Adjust ^ placement

This commit is contained in:
Michael Vines 2020-06-12 16:22:19 -07:00
parent 24eed881df
commit ca0589e5a7
2 changed files with 5 additions and 5 deletions

View File

@ -20,8 +20,8 @@ jobs:
git:
depth: false
script:
- .travis/export-github-repo.sh web3.js test-solana-web3.js
- .travis/export-github-repo.sh explorer test-explorer
- .travis/export-github-repo.sh web3.js/ test-solana-web3.js
- .travis/export-github-repo.sh explorer/ test-explorer
- &release-artifacts
if: type = push
@ -70,7 +70,7 @@ jobs:
- "node"
before_install:
- .travis/affects.sh ^explorer/ || travis_terminate 0
- .travis/affects.sh explorer/ || travis_terminate 0
- cd explorer
script:
@ -92,7 +92,7 @@ jobs:
- ~/.npm
before_install:
- .travis/affects.sh ^web3.js/ || travis_terminate 0
- .travis/affects.sh web3.js/ || travis_terminate 0
- cd explorer
script: echo todo

View File

@ -25,7 +25,7 @@ declare repo_name=$2
exit 1
}
.travis/affects.sh "^$subdir/" || exit 0
.travis/affects.sh "$subdir" || exit 0
echo "Exporting $subdir"
set -x