remove quotes from variables

This commit is contained in:
Cassiano Aquino
2019-10-02 20:25:56 +01:00
parent dcc5fd9027
commit 59bbc22995
2 changed files with 3 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ before_script:
script:
- sudo make clean
- sudo -E env "PATH=$PATH" make install
- sudo make image -e PWN_HOSTNAME="pwnagotchi" VERSION="$TRAVIS_TAG"
- sudo make image -e PWN_HOSTNAME=pwnagotchi VERSION=$TRAVIS_TAG
# TODO: deploy!