Merge pull request #881 from splunk/TR-275

Changed cicd image to use cached repository
This commit is contained in:
Jose Enrique Hernandez
2020-11-04 14:30:36 -05:00
committed by GitHub
+2 -1
View File
@@ -6,8 +6,9 @@ stages:
validate:
stage: ssa-validate
image: chrsep/alpine-java-python
image: docker-hub.repo.splunkdev.net/alpine:3.7
before_script:
- apk add --update python3 python3-dev py-pip build-base openjdk8-jre && pip install virtualenv && rm -rf /var/cache/apk/*
- pip3 install -r requirements.txt
script:
- python3 bin/validate_ssa.py --skip-error tests/*/*