Skip to content

Commit

Permalink
moved files used to create conda environment docker images to use in …
Browse files Browse the repository at this point in the history
…use case tests
  • Loading branch information
georgemccabe committed Oct 31, 2022
1 parent a7a7f90 commit 858b424
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# get version, use develop or X+6.Y for MET_BRANCH
version_file=$(dirname $DOCKERFILE_PATH)/../../metplus/VERSION
version_file=$(dirname $DOCKERFILE_PATH)/../../../metplus/VERSION

if cat $version_file | egrep -q '^[0-9.]+$'; then
let major=$(cut -d '.' -f1 $version_file)+6
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Conda Environments

Run the commands from this directory (scripts/docker/docker_env).
Run the commands from this directory (internal/scripts/docker_env).
Instructions include how to create Docker images in dtcenter/metplus-envs so
environments are available for the automated tests. Instructions to create
these Conda environments on a local machine are also provided.
Expand Down

0 comments on commit 858b424

Please sign in to comment.