Skip to content

Commit

Permalink
added missing build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 12, 2022
1 parent 50705b2 commit 4b37727
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
COMMANDS_BUILD: CommandList = [
"git clone ${SCCI_REPO} ${SCCI_CLONE_DIR}",
"cd ${SCCI_CLONE_DIR}",
"ooil compose",
"docker-compose build",
"docker tag ${SCCI_IMAGE_NAME}:${SCCI_TAG} ${SCCI_IMAGE_NAME}:${SCCI_TAG}",
"docker push ${SCCI_IMAGE_NAME}:${SCCI_TAG}",
Expand Down

0 comments on commit 4b37727

Please sign in to comment.