Skip to content

Commit

Permalink
chore: missing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 18, 2023
1 parent 0401bec commit 9afdbeb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sub-test-zebra-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ on:
description: 'Patterns to grep for in the logs'

# Test selection and parameters
<<<<<<< HEAD
=======
docker_image:
required: true
type: string
description: 'Docker image to test'
>>>>>>> main
test_variables:
required: true
type: string
Expand Down Expand Up @@ -50,13 +47,8 @@ jobs:

- name: Run ${{ inputs.test_id }} test
run: |
<<<<<<< HEAD
docker pull ${{ vars.GAR_BASE }}/${{ vars.CI_IMAGE_NAME }}:sha-${{ env.GITHUB_SHA_SHORT }}
docker run ${{ inputs.test_variables }} --detach --name ${{ inputs.test_id }} -t ${{ vars.GAR_BASE }}/${{ vars.CI_IMAGE_NAME }}:sha-${{ env.GITHUB_SHA_SHORT }} zebrad start
=======
docker pull ${{ inputs.docker_image }}
docker run ${{ inputs.test_variables }} --detach --name ${{ inputs.test_id }} -t ${{ inputs.docker_image }} zebrad start
>>>>>>> main
# Use a subshell to handle the broken pipe error gracefully
(
trap "" PIPE;
Expand Down

0 comments on commit 9afdbeb

Please sign in to comment.