diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7807469..401e661 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,35 +16,3 @@ build-app: script: - chmod +x ./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 \ No newline at end of file