mirror of
https://github.com/friendica/docker
synced 2025-05-07 12:06:32 +02: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:
|
before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
- cd "$VARIANT"
|
- cd "$VARIANT"
|
||||||
- slash='/'; image="friendica:${VARIANT//$slash/-\"
|
- slash='/'; image="friendica:${VARIANT//$slash/-}"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker build -t "$image" .
|
- docker build -t "$image" .
|
||||||
|
|
Loading…
Add table
Reference in a new issue