We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882426d commit f7a8106Copy full SHA for f7a8106
.travis.yml
@@ -20,6 +20,7 @@ before_script:
20
else
21
echo -e "Appending build number to version for dev build...\n"
22
sed -e "3s/$/+$TRAVIS_BUILD_NUMBER/" $TRAVIS_BUILD_DIR/src/plugin.yml
23
+ cat $TRAVIS_BUILD_DIR/src/plugin.yml
24
fi
25
26
after_deploy:
0 commit comments