Update Semaphore configuration

This commit is contained in:
Devin Dice 2022-08-16 22:01:44 +00:00
parent 7606706c63
commit bb3e0031a0

View file

@ -11,6 +11,7 @@ blocks:
- name: docker build - name: docker build
commands: commands:
- checkout - checkout
- git submodule update --init --recursive
- docker build -t cloud9-ide-vdi . - docker build -t cloud9-ide-vdi .
- '# Define Version Numbers' - '# Define Version Numbers'
- DATE=$(date +%y%U) - DATE=$(date +%y%U)
@ -25,11 +26,3 @@ blocks:
- 'docker push $DOCKER_USERNAME/docker-cloud9:latest' - 'docker push $DOCKER_USERNAME/docker-cloud9:latest'
secrets: secrets:
- name: Dockerhub - name: Dockerhub
prologue:
commands:
- git submodule init
- git submodule update
epilogue:
always:
commands:
- git submodule deinit --force .