remove quotes from variables

This commit is contained in:
Cassiano Aquino 2019-10-02 20:25:56 +01:00
parent dcc5fd9027
commit 59bbc22995
No known key found for this signature in database
GPG Key ID: 2480258091054B09
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!

View File

@ -1,5 +1,5 @@
PWN_HOSTNAME="pwnagotchi"
PWN_VERSION="master"
PWN_HOSTNAME=pwnagotchi
PWN_VERSION=master
all: install image clean