2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-25 23:17:01 +02:00

Fixed .travis.yml config

This commit is contained in:
Philipp Holzer 2018-05-18 21:23:21 +02:00
parent 6ea2875ebf
commit bd2fb340d2
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6

View file

@ -15,7 +15,7 @@ install:
before_script:
- env | sort
- cd "$VARIANT"
- slash='/'; image="friendica:${VARIANT//$slash/-\"
- slash='/'; image="friendica:${VARIANT//$slash/-}"
script:
- docker build -t "$image" .