Skip to content

Commit d64f157

Browse files
authored
Revert "Linbee 6728 add option to run GitHub action with cache (#62)" (#63)
This reverts commit e79b8b1.
1 parent e79b8b1 commit d64f157

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

action.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ inputs:
2525
debug_mode:
2626
description: "Run parser in debug mode"
2727
required: false
28-
default: "false"
29-
pull_docker_from_cache:
30-
description: "If should store gitstream docker in GitHub cache"
31-
required: false
32-
default: "false"
28+
default: false
3329
runs:
3430
using: "composite"
3531
steps:
@@ -104,17 +100,6 @@ runs:
104100
ref: ${{ fromJSON(fromJSON(github.event.inputs.client_payload)).cmRepoRef }}
105101
path: "gitstream/cm/"
106102

107-
- name: Docker Layer Caching
108-
if: ${{ inputs.pull_docker_from_cache == 'true' }}
109-
uses: satackey/action-docker-layer-caching@v0.0.11
110-
continue-on-error: true
111-
with:
112-
concurrency: 12
113-
114-
- name: Pull gitstream Docker
115-
shell: bash
116-
run: docker pull gitstream/rules-engine:latest
117-
118103
- name: Run The Action
119104
if: always()
120105
run: |
@@ -124,6 +109,7 @@ runs:
124109
value="${!var}"
125110
echo "$var=$value" >> "$env_file"
126111
done
112+
docker pull gitstream/rules-engine:latest
127113
docker run --env-file $env_file \
128114
-v $(pwd)/gitstream:/code \
129115
-e HEAD_REF=$'upstream/${{ steps.safe-strings.outputs.head_ref }}' \

0 commit comments

Comments
 (0)