Skip to content

Commit

Permalink
[HNC-466]-Build Docker File
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara committed Dec 26, 2023
1 parent 0021b9c commit a1ec693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/bootstrap-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN --mount=type=secret,id=myuser \
--mount=type=secret,id=mytoken\
export PENTAHO_CICD_ONE_USER=$(cat /run/secrets/myuser) && \
export PENTAHO_CICD_ONE_KEY=$(cat /run/secrets/mytoken) && \
curl -L -u$PENTAHO_CICD_ONE_USER:$PENTAHO_CICD_ONE_KEY -X GET ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar && \
mv version-merger-${VERSION_MERGER}.jar version-merger.jar
curl -Sf -L -u$PENTAHO_CICD_ONE_USER:$PENTAHO_CICD_ONE_KEY -X GET ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar --output version-merger.jar

# RUN --mount=type=secret,id=myuser export PENTAHO_CICD_ONE_USER=$(cat /run/secrets/myuser) && echo ${PENTAHO_CICD_ONE_USER}

Expand Down
6 changes: 0 additions & 6 deletions version-merger.jar

This file was deleted.

0 comments on commit a1ec693

Please sign in to comment.