mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-15 22:46:49 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
928a23c8c6
commit
e63dc7f46b
@ -16,7 +16,7 @@ build:master:
|
||||
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
|
||||
--destination "${CI_REGISTRY_IMAGE}:latest"
|
||||
rules:
|
||||
- if: '${CI_COMMIT_BRANCH} == "master"'
|
||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||
|
||||
|
||||
build:branch:
|
||||
@ -31,4 +31,4 @@ build:branch:
|
||||
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
|
||||
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
|
||||
rules:
|
||||
- if: '${CI_COMMIT_BRANCH} != "master"'
|
||||
- if: '$CI_COMMIT_BRANCH != "master"'
|
Loading…
x
Reference in New Issue
Block a user