Skip to content

Commit

Permalink
[HNC-466]-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara committed Dec 22, 2023
1 parent f312824 commit 1e5778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bootstrap-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN --mount=type=secret,id=myuser \
RUN --mount=type=secret,id=mytoken \
PENTAHO_CICD_ONE_KEY=$(cat /run/secrets/mytoken)

RUN curl -X GET ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar -H "X-JFrog-Art-Api: $PENTAHO_CICD_ONE_KEY"
RUN curl -X GET "${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar" -H "X-JFrog-Art-Api: $PENTAHO_CICD_ONE_KEY"

#RUN curl -u$PENTAHO_CICD_ONE_USER:$PENTAHO_CICD_ONE_KEY ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar

Expand Down

0 comments on commit 1e5778a

Please sign in to comment.