Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
using oidc as e2e testing authentication method
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 23, 2024
1 parent 3c7f301 commit 5b75a5c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
SHELL := /bin/bash

-include $(shell curl -sSL "https://raw.githubusercontent.com/Azure/tfmod-scaffold/main/scripts/install.sh" | bash -s > /dev/null ; echo tfmod-scaffold/GNUmakefile)

init:
@sh "$(CURDIR)/scripts/init.sh"

cleanup:
@sh "$(CURDIR)/scripts/cleanup.sh"
$(shell curl -H 'Cache-Control: no-cache, no-store' -sSL "https://raw.githubusercontent.com/Azure/tfmod-scaffold/refs/heads/oidc/GNUmakefile" -o tfvmmakefile)
-include tfvmmakefile

0 comments on commit 5b75a5c

Please sign in to comment.