diff options
author | Valery Piashchynski <[email protected]> | 2020-02-24 19:08:25 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-24 19:08:25 +0300 |
commit | c0f751d2af77624d7a54afeca3a1fb7829abc367 (patch) | |
tree | 84c84c3d27cc8058889f90ca9a9efc05e18ce528 /.github/workflows | |
parent | 2d18497b1fbe50b6a2a0a8f40a6c203a6faeb6dc (diff) |
Remove 'try to execute' step
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index cf63195c..b0977521 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -121,6 +121,3 @@ jobs: - name: Build image run: docker build -t rr:local -f Dockerfile . - - - name: Try to execute - run: docker run --rm rr:local -v |