Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a08275d

Browse files
Avoid empty printing to avoid confussions
1 parent 4ca1480 commit a08275d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
id: fetch_commit_fe_sha
2525
run: |
2626
echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" -H "Authorization: Bearer ${{ secrets.GH_CI_TOKEN }}" | grep '"zipball_url":' | cut -d '"' -f 4)" >> $GITHUB_ENV
27-
echo "Fetched LATEST_RELEASE: $LATEST_RELEASE"
2827
- name: Test build on x86
2928
id: docker_build
3029
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v5

.github/workflows/image-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
id: fetch_commit_fe_sha
6868
run: |
6969
echo "LATEST_RELEASE=$(curl -s "https://api.github.com/repos/stacklok/codegate-ui/releases/latest" -H "Authorization: Bearer ${{ secrets.GH_CI_TOKEN }}" | grep '"zipball_url":' | cut -d '"' -f 4)" >> $GITHUB_ENV
70-
echo "Fetched LATEST_RELEASE: $LATEST_RELEASE"
7170
- name: Rename to accommodate to image
7271
run: mv ./backup_weaviate ./weaviate_backup
7372
- name: Download git lfs dependencies

0 commit comments

Comments
 (0)