Skip to content

Commit

Permalink
[ci]: vfd
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Oct 31, 2022
1 parent f6677fe commit 01b3259
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
# `ubuntu-latest` and not `[self-hosted, Linux]`.
jobs:
dockerhub:
runs-on: [self-hosted, packet-iroha] #ubuntu-latest
runs-on: ubuntu-latest
# container:
# image: 7272721/i2-ci:nightly
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN set -eux && \
rustup +$NIGHTLY component add rust-src llvm-tools-preview && \
# cargo install
cargo install cargo-lints webassembly-test-runner cargo-chef && \
:
:

0 comments on commit 01b3259

Please sign in to comment.