mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-30 09:49:00 +00:00
Revise Docker to Always Pull Latest HIRS project
This commit is contained in:
parent
e711f9df55
commit
65f9cb0af7
@ -33,4 +33,4 @@ cache:
|
|||||||
install: true
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run --rm hirs/hirs-ci:centos7 /bin/bash -c "cd /root/HIRS; git checkout ${TRAVIS_BRANCH}; ./gradlew :$SUBPROJECT:build"
|
- docker run --rm hirs/hirs-ci:centos7 /bin/bash -c "git clone https://github.com/nsacyber/HIRS.git /root/HIRS; cd /root/HIRS; git checkout ${TRAVIS_BRANCH}; ./gradlew :$SUBPROJECT:build"
|
||||||
|
@ -9,6 +9,3 @@ RUN yum install -y cppcheck log4cplus-devel re2-devel
|
|||||||
|
|
||||||
# Set Environment Variables
|
# Set Environment Variables
|
||||||
ENV JAVA_HOME /usr/lib/jvm/java
|
ENV JAVA_HOME /usr/lib/jvm/java
|
||||||
|
|
||||||
# Download HIRS Project
|
|
||||||
RUN git clone https://github.com/nsacyber/HIRS.git /root/HIRS
|
|
||||||
|
Loading…
Reference in New Issue
Block a user