Skip to content

Commit

Permalink
fix: update delivery workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa authored Feb 8, 2024
1 parent 5adbf8d commit ee7a8a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN echo "USERNAME: $USERNAME"
RUN if [ -z "$PAT" ]; then echo "PAT is not set"; else echo "PAT is set"; fi


RUN git clone https://$USERNAME:[email protected]/adorsys/kc-oid4vci-deployment.git /app/kc-oid4vci-deployment && \
RUN git config --global http.extraheader "AUTHORIZATION: basic $(echo -n $USERNAME:$PAT | base64)" && \
git clone https://github.com/adorsys/kc-oid4vci-deployment.git /app/kc-oid4vci-deployment && \
git -C /app/kc-oid4vci-deployment checkout issue-25638

# Stage 2: Build the project
Expand Down

0 comments on commit ee7a8a7

Please sign in to comment.