mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-21 18:06:42 +00:00
Remove old CI Runner config
This commit is contained in:
parent
2b053e6e8a
commit
4e59c5fff3
@ -1,31 +0,0 @@
|
|||||||
# NOTE: if you are editing this, try using the lint tool to check your work before pushing: https://forge.outer.jhuapl.edu/ci/lint
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- echo "running CI jobs for HIRS"
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
gradle_build:
|
|
||||||
stage: build
|
|
||||||
script: ./gradlew build
|
|
||||||
artifacts:
|
|
||||||
when: on_failure
|
|
||||||
untracked: true
|
|
||||||
expire_in: 3 days
|
|
||||||
|
|
||||||
rpm_build_centos6:
|
|
||||||
stage: build
|
|
||||||
script: ONLY_BUILD_EL6_RPMS=true ./package/package.centos.sh
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- package/rpm/RPMS/
|
|
||||||
expire_in: 3 days
|
|
||||||
|
|
||||||
rpm_build_centos7:
|
|
||||||
stage: build
|
|
||||||
script: ONLY_BUILD_EL7_RPMS=true ./package/package.centos.sh
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- package/rpm/RPMS/
|
|
||||||
expire_in: 3 days
|
|
Loading…
x
Reference in New Issue
Block a user