Skip to content

Commit

Permalink
Gitlab artifacts download problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
adi90x committed Dec 29, 2016
1 parent e0767fc commit 163d317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FORCE_RANCHER_GEN_VERSION="7913952"
FORCE_RANCHER_GEN_VERSION=""

version_available=$(curl --write-out %{http_code} --silent --output /dev/null https://gitlab.com/adi90x/rancher-gen-rap/builds/artifacts/$SOURCE_BRANCH/browse?job=compile-go)
if [ $version_available == "302" ]; then build_version=artifacts/$SOURCE_BRANCH; else build_version="artifacts/master"; fi
Expand Down

0 comments on commit 163d317

Please sign in to comment.