1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

yaml quotes fix

This commit is contained in:
Zsolt Ero
2017-08-16 23:51:24 +02:00
parent a52c8d4ae0
commit 39ad242428

View File

@@ -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: