Skip to content

Commit

Permalink
Update azure-pipelines.yml added JFrog post
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jun 5, 2024
1 parent 20c6760 commit 440a394
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ stages:
inputs:
targetType: 'inline'
script: |
cd $(Pipeline.Workspace)/drop
ls && cd $(Build.SourcesDirectory)
echo $(Build.BuildId)
curl -${JFROG_USER}:${JFROG_TOKEN} -T $(Pipeline.Workspace)/drop/source.zip "${JFROG_URL}/gel-next/$(Build.BuildId)/source.zip"
env:
JFROG_URL: $(JFROG_URL)
JFROG_USER: $(JFROG_USER)
JFROG_TOKEN: $(JFROG_TOKEN)

0 comments on commit 440a394

Please sign in to comment.