Skip to content

Commit b79e1dc

Browse files
committed
change
1 parent 2e4b2aa commit b79e1dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: aws-actions/configure-aws-credentials@v4
1515
with:
1616
aws-region: eu-central-1
17-
# - run: tail -f /dev/null
17+
- run: tail -f /dev/null
1818
- name: Run kaniko
1919
run: |
2020
/kaniko/executor \

infrastructure/tools/lambdas/github_runner_webhook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def handle_workflow_job(body, context):
9393
networkConfiguration=json.loads(NETWORK_CONFIGURATION),
9494
enableExecuteCommand=True,
9595
count=1,
96-
launchType="FARGATE",
9796
overrides={
9897
"containerOverrides": [
9998
{"name": "runner", "command": [f"./run.sh --jitconfig {jit_config}"]}

0 commit comments

Comments
 (0)