Skip to content
Snippets Groups Projects
Commit 23f1b083 authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Hotfix: Fix CI

parent 80eafdb5
No related branches found
No related tags found
No related merge requests found
Pipeline #2869951 passed
......@@ -10,7 +10,7 @@ build:
script:
- |
case "$CI_COMMIT_BRANCH" in
v*) export DATE=$(date -u +%Y.%m.%dT%H-%M-%SZ); export TAG="RELEASE"-${DATE}; echo "TAG=$TAG" >> build.env ;;
master) export DATE=$(date -u +%Y.%m.%dT%H-%M-%SZ); export TAG="RELEASE"-${DATE}; echo "TAG=$TAG" >> build.env ;;
*) export TAG=$CI_COMMIT_SHORT_SHA ;;
esac
- wget --no-check-certificate https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64 -O /yq && chmod +x /yq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment