Skip to content

Commit

Permalink
Update package install.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed May 23, 2024
1 parent f5fd8a8 commit ab4850c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ workflow:
variables:
DEPLOY_TAG: $CI_COMMIT_TAG

- if: $CI_COMMIT_REF_NAME =~ /feature/
- if: $CI_COMMIT_REF_NAME =~ /^(feature|feat|fix)/
variables:
DEPLOY_TAG: "9.x-dev"
DEPLOY_TAG: "10.x-dev"

- when: always # Run the pipeline in other cases

Expand All @@ -60,7 +60,7 @@ workflow:
os=$(uname -s | tr [:upper:] [:lower:]) && architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac) \
&& wget -q https://github.com/ahoy-cli/ahoy/releases/download/v2.1.1/ahoy-bin-$os-$architecture -O /usr/local/bin/ahoy \
&& chmod +x /usr/local/bin/ahoy
- apk add bash=5.2.21-r0 curl=8.5.0-r0
- apk add bash curl
- cp .env.default .env
- sed -i -e "s/^GOVCMS_RELEASE_TAG.*/GOVCMS_RELEASE_TAG=$DEPLOY_TAG/" .env
# Determine and use latest distribution release branch if USE_LATEST_RELEASE_BRANCH is set
Expand Down

0 comments on commit ab4850c

Please sign in to comment.