Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhachane authored Nov 25, 2022
1 parent 79d5632 commit 2f2f9b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
echo "Check maven version"
mvn -version
- name: Create Symlinks for external jars directory
run: |
echo "Create symlinks for external jars to build VRO plugin."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
echo "Created symlinks to build the core module."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
echo "Created symlinks to build the package module."
ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/
# - name: Create Symlinks for external jars directory
# run: |
# echo "Create symlinks for external jars to build VRO plugin."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro/
# echo "Created symlinks to build the core module."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-core/
# echo "Created symlinks to build the package module."
# ln -s $GITHUB_WORKSPACE/lib/ $GITHUB_WORKSPACE/o11nplugin-vro-package/

- name: Verify whether the symlink has been created.
run: |
Expand Down

0 comments on commit 2f2f9b2

Please sign in to comment.