Skip to content

Commit

Permalink
Fix precommit for flag fitops (#1358)
Browse files Browse the repository at this point in the history
Fix pre-commit
  • Loading branch information
kurlov authored Oct 13, 2023
1 parent f429207 commit 9cbd7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .openshift-ci/tests/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ if [[ "${OPENSHIFT_CI:-}" == "true" ]]; then
export STATIC_TOKEN="${FLEET_STATIC_TOKEN:-}"
export STATIC_TOKEN_ADMIN="${FLEET_STATIC_TOKEN_ADMIN:-}"
export CLUSTER_TYPE="openshift-ci"
export GOARGS="-mod=mod" # For some reason we need this in the offical base images.
export GOARGS="-mod=mod" # For some reason we need this in the official base images.
export GINKGO_FLAGS="--no-color -v"
# When running in OpenShift CI, ensure we also run the auth E2E tests.
RUN_AUTH_E2E_DEFAULT="true"
export INHERIT_IMAGEPULLSECRETS="true"
export INHERIT_IMAGEPULLSECRETS="true" # pragma: allowlist secret
else
log "Executing in local context"
fi
Expand Down

0 comments on commit 9cbd7c4

Please sign in to comment.