Update Semaphore configuration

This commit is contained in:
Devin Dice 2022-08-16 21:55:09 +00:00
parent 18555da777
commit 7606706c63
1 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,6 @@ blocks:
- name: docker build - name: docker build
commands: commands:
- checkout - checkout
- 'git clone --recursive https://github.com/fcwu/docker-ubuntu-vnc-desktop'
- 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)
@ -26,3 +25,11 @@ 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 .