Skip to content

Commit

Permalink
r3
Browse files Browse the repository at this point in the history
added travis-CI
added readme
changed docker compose file
changed openssl version to 1.0.2p-r0
  • Loading branch information
alatas committed Oct 7, 2018
1 parent 452443a commit 34e36ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:
- REPO_NAME=squid-alpine-ssl

before_script:
- export TAG=$(echo $TRAVIS_COMMIT_MESSAGE | egrep -o 'r[0-9]+')
- echo $TRAVIS_COMMIT_MESSAGE
- export TAG=$(echo $TRAVIS_COMMIT_MESSAGE | egrep -o 'r[0-9]+' | head -1)
- echo $TAG

script:
Expand Down

0 comments on commit 34e36ed

Please sign in to comment.