We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc13b31 commit 072a1d4Copy full SHA for 072a1d4
gitops.sh
@@ -11,7 +11,7 @@ FLEET_GLOBAL_FILE="${FLEET_GLOBAL_FILE:-$FLEET_GITOPS_DIR/default.yml}"
11
FLEETCTL="${FLEETCTL:-fleetctl}"
12
FLEET_DRY_RUN_ONLY="${FLEET_DRY_RUN_ONLY:-false}"
13
FLEET_DELETE_OTHER_TEAMS="${FLEET_DELETE_OTHER_TEAMS:-true}"
14
-time='$time'
+export time='$time'
15
16
# Validate that global file contains org_settings
17
grep -Exq "^org_settings:.*" "$FLEET_GLOBAL_FILE"
0 commit comments