Adjust ^ placement
This commit is contained in:
parent
24eed881df
commit
ca0589e5a7
|
@ -20,8 +20,8 @@ jobs:
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
script:
|
script:
|
||||||
- .travis/export-github-repo.sh web3.js test-solana-web3.js
|
- .travis/export-github-repo.sh web3.js/ test-solana-web3.js
|
||||||
- .travis/export-github-repo.sh explorer test-explorer
|
- .travis/export-github-repo.sh explorer/ test-explorer
|
||||||
|
|
||||||
- &release-artifacts
|
- &release-artifacts
|
||||||
if: type = push
|
if: type = push
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- "node"
|
- "node"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- .travis/affects.sh ^explorer/ || travis_terminate 0
|
- .travis/affects.sh explorer/ || travis_terminate 0
|
||||||
- cd explorer
|
- cd explorer
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- ~/.npm
|
- ~/.npm
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- .travis/affects.sh ^web3.js/ || travis_terminate 0
|
- .travis/affects.sh web3.js/ || travis_terminate 0
|
||||||
- cd explorer
|
- cd explorer
|
||||||
|
|
||||||
script: echo todo
|
script: echo todo
|
||||||
|
|
|
@ -25,7 +25,7 @@ declare repo_name=$2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
.travis/affects.sh "^$subdir/" || exit 0
|
.travis/affects.sh "$subdir" || exit 0
|
||||||
echo "Exporting $subdir"
|
echo "Exporting $subdir"
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in New Issue