Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
s/podman/docker/g
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed Jun 2, 2020
1 parent 6562978 commit ccdfc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gitlab/publish_draft_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ echo '[+] Checking tag has been signed'
#esac

# Pull rustc version used by rust-builder for stable and nightly
stable_rustc="$(podman run -ti parity/rust-builder:latest rustc +stable --version)"
nightly_rustc="$(podman run -ti parity/rust-builder:latest rustc +nightly --version)"
stable_rustc="$(docker run -ti parity/rust-builder:latest rustc +stable --version)"
nightly_rustc="$(docker run -ti parity/rust-builder:latest rustc +nightly --version)"

# Start with referencing current native runtime
# and find any referenced PRs since last release
Expand Down

0 comments on commit ccdfc06

Please sign in to comment.