mirror of
https://github.com/friendica/docker
synced 2025-02-06 03:29:42 +01:00
Fixed .travis.yml config
This commit is contained in:
parent
6ea2875ebf
commit
bd2fb340d2
1 changed files with 1 additions and 1 deletions
|
@ -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" .
|
||||
|
|
Loading…
Reference in a new issue