Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel-Tyty committed Feb 7, 2025
1 parent 2109ef7 commit 083bf38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@ build_govtool:
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
if [[ "$CI_COMMIT_REF_NAME" == "main" ]]; then
if [[ "$CI_COMMIT_REF_NAME" == "main" || "$CI_COMMIT_REF_NAME" == "beta" ]]; then
export CARDANO_NETWORK="mainnet"
elif [[ "$CI_COMMIT_REF_NAME" == "develop" ]]; then
export CARDANO_NETWORK="testnet"
fi
echo "Building Dockerfile with CARDANO_NETWORK=${CARDANO_NETWORK}"
Expand Down

0 comments on commit 083bf38

Please sign in to comment.