1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 06:56:46 +00:00

Resolve "Switch to marketdata.app for stock market data"

This commit is contained in:
Anson Biggs 2023-04-07 20:46:23 +00:00
parent a2a4556c0d
commit 322dffa2f2

View File

@ -19,7 +19,7 @@ build:master:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
build:master:
build:branch:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
@ -30,3 +30,5 @@ build:master:
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"'