mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 09:25: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
|
- 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 .
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue