Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
ci: Always use datetimed version for integration tests (#6820)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Mar 3, 2022
1 parent 160e09f commit ca61d44
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,12 @@ jobs:
with:
env-file: ./dist/build-config/build-config.env

- name: Overwrite VERSION String for nightly builds
- name: Overwrite VERSION String for all builds
run: |
if [[ "$BRANCH" == "master" ]]; then
# use VERSION.DATETIME for the cli version (e.g., nightly build)
VERSION=${VERSION}.${DATETIME}
# overwrite VERSION
echo "VERSION=${VERSION}" >> $GITHUB_ENV
fi
# use VERSION.DATETIME for the cli version (e.g., nightly build)
VERSION=${VERSION}.${DATETIME}
# overwrite VERSION
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Print Build-Config
run: |
Expand Down

0 comments on commit ca61d44

Please sign in to comment.