Skip to content

Commit

Permalink
ls -al
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Mar 14, 2024
1 parent 972886b commit 061c4a4
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,33 +99,7 @@ jobs:

- name: add .npmrc
run: |
cat .npmrc
echo "-------------------"
touch .npmrc
echo '
packages.nuxeo.com/repository/npm-public/:_auth=${NODE_AUTH_TOKEN}
@nuxeo:registry=https://packages.nuxeo.com/repository/npm-public/
always-auth=true
' >> .npmrc
echo "-------------------"
cat .npmrc
- name: Create Temp Folder
run: mkdir -p /tmp/_temp/

- name: add .npmrc again
run: |
pushd /tmp/_temp/
echo "-------------------"
ls
echo "-------------------"
touch .npmrc
popd
echo '
packages.nuxeo.com/repository/npm-public/:_auth=${NODE_AUTH_TOKEN}
@nuxeo:registry=https://packages.nuxeo.com/repository/npm-public/
always-auth=true
' >> /tmp/_temp/.npmrc
ls -al
- name: Pack Elements modules
run: |
Expand Down

0 comments on commit 061c4a4

Please sign in to comment.