Skip to content

Commit

Permalink
update wego_enterprise.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
taghreed86 committed Oct 25, 2023
1 parent f41f476 commit 7edc526
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set CHART_VERSION
run: echo "CHART_VERSION=$(git describe --always --abbrev=7 | sed 's/^[^0-9]*//')" >> $GITHUB_ENV

- name: Test CHART_VERSION is set
run: echo $CHART_VERSION

- name : Set URL environment Variable
run: |
echo "URL=http://localhost:8000" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion utils/scripts/wego-enterprise.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash

ENTERPRISE_CHART_VERSION="${CHART_VERSION}"

args=("$@")

Expand Down

0 comments on commit 7edc526

Please sign in to comment.