Skip to content

Commit

Permalink
Update merge_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marichandran authored Dec 19, 2022
1 parent f1374dd commit dedb5bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/merge_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
steps:
- name: Trigger Jenkins VM Manager Merge job
run: |-
curl --location --request POST ${{ env.JENKINS_URL }}${{ env.BUILDTOKEN }} \
curl --location --request POST ${{ env.JENKINS_URL }}${{ env.BUILDTOKEN }} \
--header 'Content-Type: application/json' \
-d "[${{ env.EVENT_CONTEXT }}]"
- name: Sleep
uses: juliangruber/sleep-action@v1
with:
time: 120s
--data-raw '{
"action": ${{ env.EVENT_CONTEXT }}
}'

0 comments on commit dedb5bd

Please sign in to comment.