summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-29 13:00:51 +0000
commite26f5a3ef570148dee6ccf3b8f088e92865d687e (patch)
treef4f244819297581948849cb3aa31e1ad8bbb923e /.gitlab-ci.yml
parent2473ef206b2a71322e5efc86cb6da53849410570 (diff)
downloadybd-e26f5a3ef570148dee6ccf3b8f088e92865d687e.tar.gz
Revert "Change shebang to '#!/usr/bin/python3'"
This reverts commit e04bef9afc02310aa643a11ea14f9d0e26096684.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57d214c..48050d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ cache_keys_v1:
- git clone git://git.baserock.org/baserock/baserock/definitions
- cd definitions
- git checkout baserock-14.40
- - ../ybd.py ci x86_64
+ - python3 ../ybd.py ci x86_64
- echo ci.b9de86669ce182e60e3f9445e6394b478b67a2c73b4c0764491c158c5f2569e9 > expected.result
- diff expected.result ybd.result
@@ -51,7 +51,7 @@ check_build:
YBD_check_definitions: "exit"
script:
- git clone git://git.baserock.org/baserock/baserock/definitions
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ - python3 ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
check_build_no_kbas:
stage: build
@@ -60,4 +60,4 @@ check_build_no_kbas:
YBD_kbas_url: "false-url"
script:
- git clone git://git.baserock.org/baserock/baserock/definitions
- - ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64
+ - python3 ./ybd.py definitions/systems/minimal-system-x86_64-generic.morph x86_64