Skip to content

Commit

Permalink
dep update (#7)
Browse files Browse the repository at this point in the history
* dep update

* Update sample

* Update sample

* Fix samples URLs
  • Loading branch information
lpusok authored Apr 24, 2020
1 parent 627371c commit daa9082
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

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

6 changes: 3 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-utils"
name = "github.com/bitrise-io/go-android"

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-android"
name = "github.com/bitrise-io/go-steputils"

[[constraint]]
branch = "master"
name = "github.com/bitrise-io/go-steputils"
name = "github.com/bitrise-io/go-utils"

[[constraint]]
branch = "master"
Expand Down
9 changes: 5 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/bitrise-step-android-build-for-ui-testing.git
- BITRISE_SAMPLE_APP: https://github.com/bitrise-samples/android-multiple-test-results-sample.git
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/bitrise-io/bitrise-step-android-build-for-ui-testing.git
- BITRISE_SAMPLE_APP: https://github.com/bitrise-io/android-multiple-test-results-sample.git
- BITRISE_SAMPLE_APP_BRANCH: maintenance

workflows:
go-tests:
Expand Down Expand Up @@ -49,7 +50,7 @@ workflows:
- is_create_path: true
- script:
inputs:
- content: git clone -b flavors $BITRISE_SAMPLE_APP .
- content: git clone -b $BITRISE_SAMPLE_APP_BRANCH $BITRISE_SAMPLE_APP .
- install-missing-android-tools:
run_if: .IsCI
- path::./:
Expand Down Expand Up @@ -82,7 +83,7 @@ workflows:
- is_create_path: true
- script:
inputs:
- content: git clone -b flavors $BITRISE_SAMPLE_APP .
- content: git clone -b $BITRISE_SAMPLE_APP_BRANCH $BITRISE_SAMPLE_APP .
- install-missing-android-tools:
run_if: .IsCI
- path::./:
Expand Down
24 changes: 22 additions & 2 deletions vendor/github.com/bitrise-io/go-steputils/stepconf/stepconf.go

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

10 changes: 10 additions & 0 deletions vendor/github.com/bitrise-io/go-utils/fileutil/fileutil.go

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

14 changes: 14 additions & 0 deletions vendor/github.com/bitrise-io/go-utils/sliceutil/sliceutil.go

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

0 comments on commit daa9082

Please sign in to comment.