1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

Remove CI check from dependency link script

This commit is contained in:
Rory Powell 2022-04-13 22:10:58 +01:00
parent 0420a8f38d
commit 350bdd8d18
2 changed files with 3 additions and 5 deletions

View file

@ -33,6 +33,9 @@ jobs:
ref: ${{ env.branch }}
path: './pro'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# Can't checkout in the parent directory directly
# Just do a move afterwards instead
- run: mv pro ../budibase-pro
- name: Use Node.js ${{ matrix.node-version }}

View file

@ -1,8 +1,3 @@
if [ "${CI}" = true ]; then
echo 'Skipping bootstrap-pro in CI'
exit 0
fi
echo "Linking backend-core"
cd packages/backend-core
yarn link