Skip to content

Commit

Permalink
Merge branch 'master' into 'release'
Browse files Browse the repository at this point in the history
release 0.1.7

See merge request !6
  • Loading branch information
coolya committed Nov 22, 2016
2 parents 7425c88 + 63e959f commit 3e35603
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ deploy github release:
before_script:
# Install ssh-agent if not already installed, it is required by Docker.
# (change apt-get to yum if you use a CentOS-based image)
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client zip -y )'
# Run ssh-agent (inside the build environment)
- eval $(ssh-agent -s)
# For Docker builds disable host key checking. Be aware that by adding that
Expand All @@ -83,7 +83,6 @@ deploy github release:
- git tag $VERSION HEAD
- git push github HEAD:release
- git push github $VERSION
- git push $VERSION
- github-release release -s $GITHUB_TOKEN -u coolya -r mbeddr.arduino -t $VERSION
- github-release upload -s $GITHUB_TOKEN -u coolya -r mbeddr.arduino -t $VERSION -f gradle/build/artifacts/mbeddr-arduino/mbeddr-arduino.zip -n mbeddr-arduino.zip
only:
Expand Down

0 comments on commit 3e35603

Please sign in to comment.