Browse Source

revert(build.bash): revert build.bash

master 1.7.1
OhYee 11 months ago
parent
commit
735bcb90c7
  1. 5
      a.py
  2. 4
      build.bash

5
a.py

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
a = {"a": 1}
def getA():
return a["a"]

4
build.bash

@ -18,7 +18,7 @@ done @@ -18,7 +18,7 @@ done
DEPS_IMAGE="ohyee/blotter:deps_${DEPS_VERSION}"
BASE_IMAGE="ohyee/blotter:base_${BASE_VERSION}"
PROD_IMAGE="ooordinary/blotter:${PROD_VERSION}"
PROD_IMAGE="ohyee/blotter:${PROD_VERSION}"
echo -e "DEPS VERSION: $DEPS_IMAGE \t\t `if [[ -n \"$BUILD_DEPS\" ]]; then echo '√'; fi`"
echo -e "BASE VERSION: $BASE_IMAGE \t\t `if [[ -n \"$BUILD_BASE\" ]]; then echo '√'; fi`"
@ -51,4 +51,4 @@ if [[ -n $BUILD_DEPS ]]; then @@ -51,4 +51,4 @@ if [[ -n $BUILD_DEPS ]]; then
IMAGE=$DEPS_IMAGE
DOCKER_FILE="Dockerfile.deps"
build_docker
fi
fi

Loading…
Cancel
Save