Skip to content

Commit ee35533

Browse files
Merge pull request #52 from civisanalytics/civis-6236-fix-bad-copypasta
[CIVIS-6236] removes an extraneous command due to bad copy pasta
2 parents 9f9f6bc + 4278f0f commit ee35533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildspec/merge_master.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ phases:
99
- echo Building the Docker image...
1010
- export DS_PYTHON_IMG_VERSION=$(head -n 1 ./.ds_python_version)
1111
- docker build --build-arg="DS_PYTHON_IMG_VERSION=${DS_PYTHON_IMG_VERSION}" -t ${REPOSITORY_URI}:latest -t civisanalytics/civis-jupyter-python3:latest .
12-
- civisanalytics/civis-jupyter-python3
1312
- docker image push --all-tags ${REPOSITORY_URI}
1413
- docker image push --all-tags civisanalytics/civis-jupyter-python3
1514
post_build:

0 commit comments

Comments
 (0)