Skip to content

Commit

Permalink
The github workspace is available in an env var; no need to mess arou…
Browse files Browse the repository at this point in the history
…nd with the pwd
  • Loading branch information
gwynforthewyn committed Aug 16, 2023
1 parent 1514f07 commit 548daf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/cicd_integration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash -elx

THIS_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "${GITHUB_WORKSPACE} "
cd "${GITHUB_WORKSPACE}"

templ repo https://github.com/playtechnique/templ_templates

Expand Down

0 comments on commit 548daf9

Please sign in to comment.