Skip to content

Commit

Permalink
revert chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent b569a3d commit d5a5895
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
</servers>
</settings>' > ~/.m2/settings.xml
- name: Check Nexus Repository Authentication
run: |
curl -u ${{ secrets.PACKAGES_AUTH_USER }}:${{ secrets.PACKAGES_AUTH_TOKEN }} ${{ env.NPM_REPOSITORY }}
- name: Determine nuxeo-elements branch to link
id: pick_nuxeo_elements_branch
Expand Down Expand Up @@ -111,25 +108,6 @@ jobs:
popd
popd
- name: List npm config
run: |
echo "List Files"
ls -al
echo "view npmrc"
cat .npmrc
echo "Npm Congig List"
npm config ls -l
pwd
echo "Link Files"
echo ${ELEMENTS_CORE}
echo nuxeo-elements/core/${ELEMENTS_CORE}
- name: Install Elements modules
run: |
pushd nuxeo-elements
pushd core
npm install nuxeo-elements/core/${ELEMENTS_CORE} --force --verbose
popd
- name: Link elements to Web UI
run: |
Expand Down

0 comments on commit d5a5895

Please sign in to comment.