Skip to content

Commit

Permalink
setup VERSION for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKolesarEquinor committed Jan 8, 2021
1 parent 8152a61 commit 6afa102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
echo "export TRAVIS_REPO_SLUG=${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" >> $BASH_ENV
echo "export TRAVIS_COMMIT=${CIRCLE_SHA1}" >> $BASH_ENV
echo "export TRAVIS_TAG=${CIRCLE_TAG}" >> $BASH_ENV
echo "export VERSION=${CIRCLE_TAG}" >> $BASH_ENV
source $BASH_ENV
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x appimagetool-*.AppImage
Expand Down

0 comments on commit 6afa102

Please sign in to comment.