Added docker tag to avoid building with docker on Galileo

This commit is contained in:
Pietro Bonfa 2018-02-07 15:03:08 +01:00
parent 29365bb41d
commit 858b6b9041
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
build:pw:
tags: [docker]
image: ubuntu:latest
script:
- apt-get update
@ -14,6 +15,7 @@ build:pw:
# - rm -r /tmp/save
build:cp:
tags: [docker]
image: ubuntu:latest
script:
- apt-get update