Skip to content

Commit

Permalink
ci: print config file once setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Sep 7, 2023
1 parent 322d7a9 commit 2cc40ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
echo "APPNAME=PY_EXPANSE" > nsgrest.conf
echo "URL=https://nsgr.sdsc.edu:8443/cipresrest/v1" >> nsgrest.conf
more nsgrest.conf # print contents so far...
echo "USERNAME=${NSGR_USERNAME}" >> nsgrest.conf
echo "PASSWORD=${NSGR_PASSWORD}" >> nsgrest.conf
echo "APPID=${NSGR_APPID}" >> nsgrest.conf
more nsgrest.conf # print contents so far...
- name: Set up config windows
env:
NSGR_USERNAME: ${{ secrets.NSGR_USERNAME }}
Expand All @@ -58,12 +58,12 @@ jobs:
echo "APPNAME=PY_EXPANSE" > nsgrest.conf
echo "URL=https://nsgr.sdsc.edu:8443/cipresrest/v1" >> nsgrest.conf
more nsgrest.conf # print contents so far...
echo "USERNAME=%NSGR_USERNAME%" >> nsgrest.conf
echo "PASSWORD=%NSGR_PASSWORD%" >> nsgrest.conf
echo "APPID=%NSGR_APPID%" >> nsgrest.conf
more nsgrest.conf # print contents so far...
- name: Version info
run: |
pip list
Expand Down

0 comments on commit 2cc40ea

Please sign in to comment.