Skip to content
Snippets Groups Projects
Verified Commit 45f01a9d authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

ci: fixed some more wee problems

parent 376ff016
No related branches found
No related tags found
1 merge request!2Added CI configuration
......@@ -59,13 +59,13 @@ build:el7:
- rpmbuild -tb dist/ligo-common-*.tar.gz
- mv ~/rpmbuild/RPMS/*/python*-ligo-common-*.rpm dist/el7/
after_script:
- rm -rf dist/*tar.gz
- rm -rf dist/*.tar.gz
.build:debian: &build_debian
<<: *build
variables:
DIST_PATH: "dist/${CI_JOB_NAME##*:}"
before_script:
- DIST_PATH="dist/${CI_JOB_NAME##*:}"
- mkdir -p ${DIST_PATH}
- apt-get update -yqq
- apt-get install -yq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment