envman icon indicating copy to clipboard operation
envman copied to clipboard

Update BITRISE_CLI_VERSION

Open uny opened this issue 5 years ago • 1 comments

https://github.com/bitrise-io/bitrise/releases/download/1.21.0/bitrise-Linux-x86_64 no longer exists, so docker build -t envman . now fails.

Step 7/20 : RUN curl -L https://github.com/bitrise-io/bitrise/releases/download/$BITRISE_CLI_VERSION/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
 ---> Using cache
 ---> 55f054895e88
Step 8/20 : RUN chmod +x /usr/local/bin/bitrise
 ---> Using cache
 ---> 63c62e357ec5
Step 9/20 : RUN ls /usr/local/bin
 ---> Running in 47b34fdef380
bitrise
Removing intermediate container 47b34fdef380
 ---> 6186ef22df8c
Step 10/20 : RUN bitrise setup
 ---> Running in 86c5f19dcb05
/usr/local/bin/bitrise: 1: /usr/local/bin/bitrise: Not: not found

uny avatar Jan 31 '20 01:01 uny

Codecov Report

Merging #181 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   35.02%   35.02%           
=======================================
  Files          11       11           
  Lines         708      708           
=======================================
  Hits          248      248           
  Misses        418      418           
  Partials       42       42

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 24a8f72...60b3097. Read the comment docs.

codecov-io avatar Jan 31 '20 01:01 codecov-io