Skip to content
Snippets Groups Projects
Unverified Commit 4b3b0dd5 authored by Aaron Ogle's avatar Aaron Ogle
Browse files

Remove set -x before running through travis :)

parent ec86cf2d
No related merge requests found
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
#if [ -z "$SNAPCRAFT_SECRET" ]; then
# exit 0
#fi
if [[ $TRAVIS_TAG ]]
then
CHANNEL=stable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment