Skip to content

Commit

Permalink
environment addition to Configmap, file append
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcd3912 committed Dec 22, 2023
1 parent da5ef72 commit 132b6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo " prNumber: \"${{ github.event.pull_request.number }}\"" >> $config_map_file
echo " commitHash: ${{ github.event.pull_request.head.sha }}" >> $config_map_file
echo " deployed: \"$(date +%s)\"" >> $config_map_file
echo " env: $(echo $subdirectory | cut -f1 -d/ | awk -F- '{print $NF}' )"
echo " env: $(echo $subdirectory | cut -f1 -d/ | awk -F- '{print $NF}' )" >> $config_map_file
echo $subdirectory
echo $config_map_file
Expand Down

0 comments on commit 132b6f3

Please sign in to comment.