Skip to content

Commit 51d846e

Browse files
committed
revert changes
1 parent 55fcd90 commit 51d846e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/setup_local_busola.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ npm run build
1616
IS_DOCKER=true npm run start:prod > busola.log &
1717
export DOMAIN=http://localhost:3001
1818
echo "waiting for server to be up..."
19-
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$DOMAIN")" != "200" ]]; do sleep 5; done
19+
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$DOMAIN")" != "200" ]]; do sleep 5; done

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Busola
3636
shell: bash
3737
run: |
38-
.github/scripts/setup-local_busola.sh
38+
.github/scripts/setup-busola.sh | tee busola-build.log
3939
env:
4040
ENV: dev
4141
- name: Run tests

0 commit comments

Comments
 (0)