Skip to content

Commit 17bb861

Browse files
committed
Revert "Merge pull request #1 from lambda-feedback/feature/licence"
This reverts commit 3e56ecb, reversing changes made to 1801b08.
1 parent b1c3bff commit 17bb861

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/lambda_build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ on:
5858
description: "The registry where the image was pushed"
5959
value: ${{ jobs.build.outputs.registry }}
6060

61-
6261
jobs:
6362
build:
6463
name: Build (${{ inputs.environment }})
@@ -107,16 +106,6 @@ jobs:
107106
- name: Set up Docker Buildx
108107
uses: docker/setup-buildx-action@v3
109108

110-
- name: Write license file if secret exists
111-
run:
112-
if [ -n "${{ secrets.LICENSE }}" ]; then
113-
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
114-
echo "License file created at dist/LICENSE.txt"
115-
else
116-
echo "LICENSE_TEXT secret not provided. Skipping license file creation."
117-
fi
118-
119-
120109
- name: Build and push
121110
uses: docker/build-push-action@v6
122111
with:

0 commit comments

Comments
 (0)