Skip to content

Commit

Permalink
disabling some of the git activities
Browse files Browse the repository at this point in the history
  • Loading branch information
alongir committed Jan 14, 2024
1 parent 9ddb2cb commit 3a099be
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ jobs:
#
#
#check complete demo is in sync with individual manifest, it should block fom merge. Should this be a diferent file?
complete-demo-sync-check:
runs-on: ubuntu-latest
env:
COMPLETE_DEMO_ARGS: --rm -v ${{ github.workspace }}:/workdir
COMPLETE_DEMO_DIR: 'deploy/kubernetes/'
COMPLETE_DEMO_IMAGE: 'manifests-image'
steps:
- uses: actions/checkout@v2
# complete-demo-sync-check:
# runs-on: ubuntu-latest
# env:
# COMPLETE_DEMO_ARGS: --rm -v ${{ github.workspace }}:/workdir
# COMPLETE_DEMO_DIR: 'deploy/kubernetes/'
# COMPLETE_DEMO_IMAGE: 'manifests-image'
# steps:
# - uses: actions/checkout@v2

#
#
# Build image
- name: Build image
env:
DOCKER_BUILDKIT: 1
run: docker build -t $COMPLETE_DEMO_IMAGE $COMPLETE_DEMO_DIR
# #
# #
# # Build image
# - name: Build image
# env:
# DOCKER_BUILDKIT: 1
# run: docker build -t $COMPLETE_DEMO_IMAGE $COMPLETE_DEMO_DIR

#
#
# Check that manifest and complete-demo.yaml ahve the same content
- name: check comeplte-demo.yaml content sync
run: docker run $COMPLETE_DEMO_ARGS $COMPLETE_DEMO_IMAGE make -C $COMPLETE_DEMO_DIR check-complete-demo
# #
# #
# # Check that manifest and complete-demo.yaml ahve the same content
# - name: check comeplte-demo.yaml content sync
# run: docker run $COMPLETE_DEMO_ARGS $COMPLETE_DEMO_IMAGE make -C $COMPLETE_DEMO_DIR check-complete-demo

#
#
# #
# #
#check that we can deploy complete-demo
#NOTE: what about docker compose? maybe doesn't make sense if we use the KIND action
#NOTE: later we can test that the documentation is tested, as in previous cronjobs in travis
Expand Down

0 comments on commit 3a099be

Please sign in to comment.