Commit 952a30b1 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 1bbf1d8c
Pipeline #12128 passed with stages
in 31 seconds
...@@ -88,7 +88,7 @@ build: ...@@ -88,7 +88,7 @@ build:
- cd Desktop/Telegram_Bot - cd Desktop/Telegram_Bot
- docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA . - docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA .
after_script: after_script:
- echo "Docker image pushed successfully!" - echo "Docker image build successfully!"
rules: rules:
# Build on feature branches and default branch, not on tags, and not on detached MR pipelines # Build on feature branches and default branch, not on tags, and not on detached MR pipelines
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment