Skip to content

Commit

Permalink
Apk path fix (#19)
Browse files Browse the repository at this point in the history
* toolkit, export signed apk into BITRISE_APK_PATH env

* godep save
  • Loading branch information
godrei authored Sep 28, 2016
1 parent 989c79b commit 3334d88
Show file tree
Hide file tree
Showing 64 changed files with 1,244 additions and 1,335 deletions.
54 changes: 54 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
27 changes: 11 additions & 16 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,15 @@ workflows:
create_test_apk:
steps:
- script:
title: Print go environment
inputs:
- content: |-
set -x
go version
echo $GO15VENDOREXPERIMENT
- script:
title: Export GOPATH
title: Step audit
inputs:
- content: |-
set -x
envman add --key GOPATH --value "$BITRISE_SOURCE_DIR/go"
- content: stepman audit --step-yml=./step.yml
- script:
title: "Go Test"
inputs:
- working_dir: $BITRISE_SOURCE_DIR/go/src/github.com/bitrise-io/sign-apk
- content: |
set -ex
go test ./...
- script:
title: Step audit
inputs:
- content: stepman audit --step-yml=./step.yml
- script:
inputs:
- content: rm -rf $SAMPLE_APP_CLONE_INTO_DIR
Expand Down Expand Up @@ -71,8 +57,17 @@ workflows:
before_run:
- create_test_apk
steps:
- script:
inputs:
- content: |-
echo "BITRISE_APK_PATH: $BITRISE_APK_PATH"
- path::./:
title: Step Test
- script:
inputs:
- content: |-
echo "BITRISE_SIGNED_APK_PATH: $BITRISE_SIGNED_APK_PATH"
echo "BITRISE_APK_PATH: $BITRISE_APK_PATH"
# ----------------------------------------------------------------
# --- workflow for CI testing
Expand Down
32 changes: 0 additions & 32 deletions export_latest_zipalign.rb

This file was deleted.

48 changes: 0 additions & 48 deletions go/src/github.com/bitrise-io/sign-apk/Godeps/Godeps.json

This file was deleted.

59 changes: 0 additions & 59 deletions go/src/github.com/bitrise-io/sign-apk/logger/logger.go

This file was deleted.

Loading

0 comments on commit 3334d88

Please sign in to comment.