Update .gitlab-ci.yml file

This commit is contained in:
mjromper
2025-02-10 13:05:04 +00:00
parent 49d2dc1730
commit 8134050821

View File

@@ -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