Skip to content

Commit

Permalink
Add another secret to check, and remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
asogaard committed Jun 23, 2022
1 parent fb14d94 commit 4049fae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-icetray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Check secrets
id: setvar
run: |
if [[ "${{ secrets.PUB_WISC_USERNAME }}" != "" && \
if [[ "${{ secrets.PUB_WISC_HOST }}" != "" && \
"${{ secrets.PUB_WISC_USERNAME }}" != "" && \
"${{ secrets.PUB_WISC_PASSWORD }}" != "" ]]; \
then
echo "Credentials to access Cobalt found"
Expand Down Expand Up @@ -64,10 +65,6 @@ jobs:
uses: ./.github/actions/install-cpu
with:
editable: true
- name: Check secrets
run: |
echo "PUB_WISC_USERNAME=${{ secrets.PUB_WISC_USERNAME }}" >> $GITHUB_ENV
echo "CC_TEST_REPORTER_ID=${{ secrets.PUB_WISC_USERNAME }}" >> $GITHUB_ENV
- name: Retrieve test data
run: |
# Create test data directory
Expand Down

0 comments on commit 4049fae

Please sign in to comment.