Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
  • Loading branch information
jkroepke committed Aug 21, 2024
1 parent ea9b793 commit ba3556c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/step_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ jobs:
shell: bash

# Check if bootstrap script is working for latest release and nightly release
- name: Check bootstrap script
run: |
mkdir -p latest
cd latest
../scripts/bootstrap-dashboard-reporter-app.sh
cd ..
#- name: Check bootstrap script
# run: |
# mkdir -p latest
# cd latest
# ../scripts/bootstrap-dashboard-reporter-app.sh
# cd ..

mkdir -p nightly
cd nightly
NIGHTLY=1 ../scripts/bootstrap-dashboard-reporter-app.sh
cd ..
shell: bash
# mkdir -p nightly
# cd nightly
# NIGHTLY=1 ../scripts/bootstrap-dashboard-reporter-app.sh
# cd ..
# shell: bash

- name: Upload plugin artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ba3556c

Please sign in to comment.