Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetics authored and Synthetics committed Nov 8, 2023
1 parent ed1f49d commit 81a3b4a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/kread-skaffold-precheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Skaffold Build PR Check

on:
push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Skaffold build precheck
run: |
cd frontend
export $(grep -v '^#' .env.emerynet | xargs)
envsubst < ../deployment/emerynet/workloads/config/ui-config.template.yaml > ../deployment/emerynet/workloads/config/ui-config.yaml
envsubst < skaffold.emerynet.template.yaml > skaffold.emerynet.yaml
skaffold run --filename skaffold.emerynet.yaml --push false
shell: bash


26 changes: 0 additions & 26 deletions .github/workflows/kread-yarn-step-cicd.yml

This file was deleted.

0 comments on commit 81a3b4a

Please sign in to comment.