Skip to content

Commit d990a6d

Browse files
zglueckpdavidc
authored andcommitted
Change bash parameter substitution method (#406)
- See #405
1 parent 0fcb9f3 commit d990a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deploy:
3636
tags: true
3737
# Publish release distributions to the Artifactory repository
3838
- provider: script
39-
script: node ./travis/publishFolderToArtifactory $ARTIFACTORY_API_KEY ./build/dist /artifactory/web/${TRAVIS_TAG#"v"}
39+
script: node ./travis/publishFolderToArtifactory $ARTIFACTORY_API_KEY ./build/dist /artifactory/web/${TRAVIS_TAG:1}
4040
skip_cleanup: true
4141
on:
4242
tags: true

0 commit comments

Comments
 (0)