Skip to content
Snippets Groups Projects
Commit 64657a5a authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove data

parent 6e551043
No related branches found
No related tags found
2 merge requests!86Production Release | nshmp-ws-static,!85Resolves - Update for simplified NetCDF Structure
......@@ -5,8 +5,8 @@ variables:
JACOCO_HTML_DIR: ${REPORTS_DIR}/jacoco/test/html
JUNIT_FILES: build/test-results/test/TEST-*.xml
REPORTS_DIR: build/reports
# TODO: Remove hard coded url
S3_BUCKET: https://nshmp-netcdf-lp-development-rbucket-1of3d1x45yfd9.s3-us-west-2.amazonaws.com
# # TODO: Remove hard coded url
# S3_BUCKET: https://nshmp-netcdf-lp-development-rbucket-1of3d1x45yfd9.s3-us-west-2.amazonaws.com
stages:
- build
......@@ -150,10 +150,10 @@ workflow:
####
Build Image 2018:
before_script:
- apk add curl
- mkdir DATA
- curl -SL ${DATA_URL} -o DATA/data.nc
# before_script:
# - apk add curl
# - mkdir DATA
# - curl -SL ${DATA_URL} -o DATA/data.nc
extends:
- .docker-build
variables:
......
......@@ -30,14 +30,7 @@ ENV CI_JOB_TOKEN ${ci_job_token}
WORKDIR ${workdir}
COPY build.gradle .
COPY .git .git
COPY gradle gradle
COPY gradle.properties .
COPY gradlew .
COPY settings.gradle .
COPY src src
COPY openapi.properties .
COPY . .
RUN ./gradlew assemble \
&& mv ${libs_dir}/*-all.jar ${jar_file}
......
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