Skip to content

Commit

Permalink
debug delete commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 13, 2024
1 parent 4df8b67 commit 725e0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/setup-dev-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ minikube start
# Set Docker environment for Minikube
eval $(minikube docker-env)

echo "Logging into GHCR (GitHub Container Registry)..."
echo "$GITHUB_TOKEN" | docker login ghcr.io -u "$GITHUB_REPOSITORY_OWNER" --password-stdin

# Start Docker Compose with the 'iam_s3' profile
docker compose -f .github/s3_and_iam_deployment/docker-compose.yml --profile iam_s3 up -d

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Install Ginkgo CLI
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest

- name: debug
run: echo $GITHUB_REPOSITORY_OWNER
env:
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
- name: Install dependencies
run: go mod tidy

Expand Down

0 comments on commit 725e0b6

Please sign in to comment.