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