UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit a6f96f58 authored by Simeranjeet Sandhu's avatar Simeranjeet Sandhu
Browse files

Pulling new github release

parent a932c82c
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168263 failed
...@@ -9,11 +9,11 @@ USER 0 ...@@ -9,11 +9,11 @@ USER 0
RUN pwd && \ RUN pwd && \
ls -al ls -al
RUN echo "copying packaged aggregator source code" RUN echo "copying packaged aggregator source code"
COPY elrraggregator-1.0.tar.gz . COPY elrraggregator-1.1.tar.gz .
RUN pwd && \ RUN pwd && \
echo "extracting aggregator source code" && \ echo "extracting aggregator source code" && \
tar -xvf ./elrraggregator-1.0.tar.gz --strip-components=1 && \ tar -xvf ./elrraggregator-1.1.tar.gz --strip-components=1 && \
echo "listing directory contents" && \ echo "listing directory contents" && \
ls -al &&\ ls -al &&\
#echo "running maven build" && \ #echo "running maven build" && \
......
...@@ -31,11 +31,11 @@ labels: ...@@ -31,11 +31,11 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v1.0.tar.gz" - url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v1.1.tar.gz"
filename: "elrraggregator-1.0.tar.gz" filename: "elrraggregator-1.1.tar.gz"
validation: validation:
type: "sha256" type: "sha256"
value: "bc04a256af75ae224859eab2cdb0e1dda55196474c54600b051cd8f0a51a95dd" value: "1ebee25bfe811af3b10df02cad3adafb1ad27b4206a18679d9f0b69736208ec5"
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
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