Skip to content

Commit

Permalink
feat: use local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 25, 2023
1 parent 7ff7767 commit 41a4498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci-scripts/enforce-formula-policies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euo pipefail
# Enable debug - print commands
#set -x

TAP_GEN_TMP_PATH=".parsed-formula"

# Check if needed programms are installed
yq --version >/dev/null || {
echo "yq needs to be installed"
Expand Down
2 changes: 2 additions & 0 deletions .ci-scripts/generate-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euo pipefail
# Enable debug - print commands
#set -x

TAP_GEN_TMP_PATH=".parsed-formula"

# Functions

function createSymlink() {
Expand Down
2 changes: 2 additions & 0 deletions .ci-scripts/parse-formulas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euo pipefail
# Enable debug - print commands
#set -x

TAP_GEN_TMP_PATH=".parsed-formula"

if [[ -d "$TAP_GEN_TMP_PATH" ]]; then
echo "$TAP_GEN_TMP_PATH already exists, deleting! => Should happen only locally..."
rm -rf "$TAP_GEN_TMP_PATH"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/create-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
jobs:
update-alises:
runs-on: ubuntu-latest
env:
TAP_GEN_TMP_PATH: /tmp/parsed-formula
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 41a4498

Please sign in to comment.