Skip to content
Snippets Groups Projects
Commit 8c5d3a24 authored by SingLi's avatar SingLi
Browse files

fix unsupported option

parent 073df1ae
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -euo pipefail
set -eu
if [ -z ${TRAVIS_TAG+x} ];
then "curl -H \"Content-Type: application/json\" --data \"{'source_type': 'Branch', 'source_name': \'$TRAVIS_BRANCH\', 'docker_tag': \'$TAG.$TRAVIS_BUILD_NUMBER.$TRAVIS_BRANCH\'}\" -X POST https://registry.hub.docker.com/u/rocketchat/rocket.chat/trigger/$PUSHTOKEN/";
......
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