Skip to content

Commit

Permalink
container test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed May 1, 2024
1 parent 8a216aa commit e7ef85f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ runs:
sleep 20
docker ps
docker logs test
docker logs test > logs.txt
EXECUTIONLOG=$(cat logs.txt)
EXECUTIONLOG="${EXECUTIONLOG//'%'/'%25'}"
EXECUTIONLOG="${EXECUTIONLOG//$'\n'/'%0A'}"
EXECUTIONLOG="${EXECUTIONLOG//$'\r'/'%0D'}"
echo "$EXECUTIONLOG"
echo "name=container-logs::$EXECUTIONLOG" >> $GITHUB_OUTPUT
${{ inputs.CONTAINER_TEST_COMMAND }}
- name: Build and push
Expand Down

0 comments on commit e7ef85f

Please sign in to comment.