mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 08:56:16 +01:00
Update Semaphore configuration
This commit is contained in:
parent
7606706c63
commit
bb3e0031a0
1 changed files with 1 additions and 8 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue