|
69 | 69 | RAO_PASSWORD: ${{ secrets.RAO_PASSWORD }} |
70 | 70 | TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ inputs.distribution-package }}-${{ inputs.distribution-version }}" |
71 | 71 | steps: |
72 | | - |
| 72 | + - name: Sleep for 5 seconds |
| 73 | + run: sleep 5s |
| 74 | + shell: bash |
73 | 75 | - name: Create settings.xml |
74 | 76 | run: | |
75 | 77 | mkdir -p ~/.m2 |
@@ -192,7 +194,7 @@ jobs: |
192 | 194 | --arg workflow "$WORKFLOW" \ |
193 | 195 | --arg run_id $RUN_ID \ |
194 | 196 | --arg project_name "$INPUTS_PROJECT" \ |
195 | | - '{publisher:$publisher, jwt:$jwt, workflow:$workflow, run_id:$run_id, project_name:$project_name, status:"in-progress", message:"Compiling distribution"}' | |
| 197 | + '{publisher:$publisher, jwt:$jwt, workflow:$workflow, run_id:$run_id, project_name:$project_name, status:"in_progress", message:"Compiling distribution"}' | |
196 | 198 | curl -sS --fail-with-body -k -X POST -H 'Content-Type: application/json' -d @- \ |
197 | 199 | "https://${ATR_HOST}/api/distribute/task/status" |
198 | 200 | env: |
@@ -302,7 +304,7 @@ jobs: |
302 | 304 | --arg workflow "$WORKFLOW" \ |
303 | 305 | --arg run_id $RUN_ID \ |
304 | 306 | --arg project_name "$INPUTS_PROJECT" \ |
305 | | - '{publisher:$publisher, jwt:$jwt, workflow:$workflow, run_id:$run_id, project_name:$project_name, status:"in-progress", message:"Recording distribution"}' | |
| 307 | + '{publisher:$publisher, jwt:$jwt, workflow:$workflow, run_id:$run_id, project_name:$project_name, status:"in_progress", message:"Recording distribution"}' | |
306 | 308 | curl -sS --fail-with-body -X POST -H 'Content-Type: application/json' -d @- \ |
307 | 309 | "https://${ATR_HOST}/api/distribute/task/status" |
308 | 310 | env: |
|
0 commit comments