mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Strip v of TRAVIS_TAG before extracting binary.
This commit is contained in:
parent
bd2ddc5e90
commit
e0d4ed2a07
|
@ -98,7 +98,7 @@ jobs:
|
|||
after_success:
|
||||
- authelia-scripts docker push-image --arch=$ARCH
|
||||
before_deploy:
|
||||
- docker create --name authelia-binary clems4ever/authelia:$TRAVIS_TAG-$ARCH
|
||||
- docker create --name authelia-binary clems4ever/authelia:${TRAVIS_TAG:1}-$ARCH
|
||||
- docker cp authelia-binary:/usr/app/authelia ./authelia-linux-$ARCH
|
||||
- docker cp authelia-binary:/usr/app/public_html ./
|
||||
- tar -czf authelia-linux-$ARCH.tar.gz authelia-linux-$ARCH public_html
|
||||
|
|
Loading…
Reference in New Issue
Block a user