mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
yaml quotes fix
This commit is contained in:
@@ -12,7 +12,7 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
condition: "$TRAVIS_TAG =~ ^[0-9]+(\.[0-9]+)*$"
|
condition: '$TRAVIS_TAG =~ ^[0-9]+(\.[0-9]+)*$'
|
||||||
- provider: script
|
- provider: script
|
||||||
script: make test_master
|
script: make test_master
|
||||||
on:
|
on:
|
||||||
|
|||||||
Reference in New Issue
Block a user