Skip to content

Commit

Permalink
fix(infra): remove unnecessary env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Sep 29, 2023
1 parent 1c58cee commit a521c56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
- name: Build
working-directory: frontend
run: npm run build
env:
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
- name: Copy Frontend distributable
run: cp -r frontend/dist src/main/resources
- name: Run build with Gradle Wrapper
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- name: Build
working-directory: frontend
run: npm run build
env:
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
- name: Copy Frontend distributable
run: cp -r frontend/dist src/main/resources
- name: Run build with Gradle Wrapper
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- name: Build
working-directory: frontend
run: npm run build
env:
CI_DIRECTUS_TOKEN: ${{ secrets.CI_DIRECTUS_TOKEN }}
- name: Copy Frontend distributable
run: cp -r frontend/dist src/main/resources
- name: Run build with Gradle Wrapper
Expand Down

0 comments on commit a521c56

Please sign in to comment.