Skip to content
Snippets Groups Projects

Resolve "generate general framework"

Compare and Show latest version
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
2
stages:
- prepare_runner
check-compileall:
preparation:
stage: prepare_runner
image: python:3-alpine
tags:
- ci-services
before_script:
- apk update
- apk add git
@@ -15,4 +17,4 @@ check-compileall:
- /tmp/test.tar.gz
expire_in: 1 week
except:
- master
\ No newline at end of file
- master
Loading