Skip to content

Commit

Permalink
fixing gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1com committed Jan 14, 2019
1 parent 2caa827 commit 16b98da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache:
before_script:
- TAG=$(git describe --tags | sed 's/-/.post/' | cut -f1 -d'-')
- echo $TAG > src/main/resources/base/ayab/package_version
- cat src/build/settings/base.json | sed s/PACKAGE_VERSION/$TAG/ > src/build/settings/base.json
- sed -i.tmp s/PACKAGE_VERSION/$TAG/ src/build/settings/base.json
- cat src/main/resources/base/ayab/package_version

build:osx:
Expand Down

0 comments on commit 16b98da

Please sign in to comment.