Update .gitlab-ci.yml file
This commit is contained in:
@@ -16,35 +16,3 @@ build-app:
|
|||||||
script:
|
script:
|
||||||
- chmod +x ./ci/gitlab-ci-app.sh
|
- chmod +x ./ci/gitlab-ci-app.sh
|
||||||
- ./ci/gitlab-ci-app.sh
|
- ./ci/gitlab-ci-app.sh
|
||||||
|
|
||||||
build-worker:
|
|
||||||
stage: build
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- dev
|
|
||||||
before_script:
|
|
||||||
- echo "$DOCKER_REGISTRY_PASSWORD" | docker login --username "$DOCKER_REGISTRY_USER" --password-stdin
|
|
||||||
script:
|
|
||||||
- chmod +x ./ci/gitlab-ci-worker.sh
|
|
||||||
- ./ci/gitlab-ci-worker.sh
|
|
||||||
|
|
||||||
build-cli:
|
|
||||||
stage: build
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- dev
|
|
||||||
before_script:
|
|
||||||
- echo "$DOCKER_REGISTRY_PASSWORD" | docker login --username "$DOCKER_REGISTRY_USER" --password-stdin
|
|
||||||
script:
|
|
||||||
- chmod +x ./ci/gitlab-ci-cli.sh
|
|
||||||
- ./ci/gitlab-ci-cli.sh
|
|
||||||
|
|
||||||
build-webhook:
|
|
||||||
stage: build
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
before_script:
|
|
||||||
- echo "$DOCKER_REGISTRY_PASSWORD" | docker login --username "$DOCKER_REGISTRY_USER" --password-stdin
|
|
||||||
script:
|
|
||||||
- chmod +x ./ci/gitlab-ci-webhook.sh
|
|
||||||
- ./ci/gitlab-ci-webhook.sh
|
|
||||||
Reference in New Issue
Block a user