Skip to content

Commit

Permalink
ci(devcontainer): Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TAM360 committed Aug 17, 2024
1 parent 3612ba8 commit c6c3076
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ jobs:
cd test-project
../bin/kubebuilder init --domain tutorial.kubebuilder.io --repo tutorial.kubebuilder.io/project
# - name: Build and Validate DevContainer
# run: |
# ls -altr
# cd test-project/.devcontainer
# docker build -t kubebuilder-dc:latest .

# if docker image inspect kubebuilder-dc:latest > /dev/null 2>&1; then
# echo "Docker image was built successfully."
# else
# echo "Docker image build failed."
# exit 1
# fi

- name: Build and Validate DevContainer
run: |
ls -altr
Expand Down

0 comments on commit c6c3076

Please sign in to comment.