Skipping build

This commit is contained in:
Roberto Badô 2018-04-11 03:19:32 -03:00
parent 442e455b46
commit 7b5d9f4c80

View file

@ -13,7 +13,12 @@ env:
# after_script: # after_script:
# - docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT} # - docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
before_install: yes
install: yes
before_script: yes
script: yes script: yes
after_script: yes
after_failure: after_failure:
- 'ls -l' - 'ls -l'