Commit ba346d8b authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent b47d4684
Pipeline #43267 failed with stages
in 4 seconds
...@@ -13,7 +13,7 @@ build-base: ...@@ -13,7 +13,7 @@ build-base:
- export root=$(pwd) - export root=$(pwd)
- export docker_path=$root/.docker - export docker_path=$root/.docker
- export cicd_path=$root/.ci - export cicd_path=$root/.ci
- source $cicd_path/env-params.sh - source $cicd_path/env-param.sh
script: script:
- | - |
if [ "$check" == "[tag]" ]; then if [ "$check" == "[tag]" ]; then
...@@ -37,7 +37,7 @@ build: ...@@ -37,7 +37,7 @@ build:
- export root=$(pwd) - export root=$(pwd)
- export docker_path=$root/.docker - export docker_path=$root/.docker
- export cicd_path=$root/.ci - export cicd_path=$root/.ci
- source $cicd_path/env-params.sh - source $cicd_path/env-param.sh
script: script:
- | - |
if [ "$check" == "[tag]" ]; then if [ "$check" == "[tag]" ]; then
......
Markdown is supported
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