Typo in ci
This commit is contained in:
parent
28f555bcf3
commit
833cef7527
@ -1,7 +1,8 @@
|
|||||||
build:
|
build:
|
||||||
- dnf install -y curl python38
|
cache:
|
||||||
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
key: cache
|
||||||
- python3 get-pip.py
|
paths: [.cache]
|
||||||
|
image: yourlabs/buildah
|
||||||
script:
|
script:
|
||||||
- pip3 install -U --user -e .[cli]
|
- pip3 install -U --user -e .[cli]
|
||||||
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
|
- CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user