mirror of
https://github.com/gsi-upm/soil
synced 2025-09-15 12:42:21 +00:00
Compare commits
2 Commits
0.13.4
...
0.13.4-fix
Author | SHA1 | Date | |
---|---|---|---|
|
a1f8d8c9c5 | ||
|
de326eb331 |
@@ -1,5 +1,3 @@
|
||||
image: python:3.7
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
@@ -8,7 +6,7 @@ build:
|
||||
stage: build
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
entrypoint: ["/busybox/sh"]
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
|
Reference in New Issue
Block a user