Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 5, 2023
1 parent eab5535 commit 2b7818f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
COMPOSE_PROJECT_NAME: build
PS_SUBNET: 172.34.202.0/16
PS_GATEWAY_IP: 172.34.0.1
PHRASEA_DOMAIN: phrasea.local
TRAEFIK_HTTPS_PORT: 4442
TRAEFIK_HTTP_PORT: 8042
HTTPS_PORT_PREFIX: ':4442'
Expand All @@ -15,16 +16,6 @@ env:
VERIFY_SSL: "false"

jobs:
debug:
name: 'Debug Env'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Debug Env
run: |
bin/dev/debug-env.sh
build_keycloak:
name: 'Build Keycloak'
uses: ./.github/workflows/build_base.yaml
Expand Down

0 comments on commit 2b7818f

Please sign in to comment.