Skip to content

Commit 69ee34d

Browse files
committed
remove dependency-update from install task
1 parent 7e0c045 commit 69ee34d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

applications/wg-easy/Taskfile.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ tasks:
660660
export REPLICATED_LICENSE_ID="test-license"
661661
export TF_EXPOSED_URL="test.example.com"
662662
export HELMFILE_ENVIRONMENT="default"
663-
663+
664664
echo "Building helmfile template..."
665665
helmfile build >/dev/null
666666
echo "Helmfile template validation successful!"
@@ -780,7 +780,7 @@ tasks:
780780
- echo "Archiving channel..."
781781
- |
782782
task channel-delete RELEASE_CHANNEL="{{.NORMALIZED_CHANNEL_NAME}}" || echo "Channel deletion failed or channel not found"
783-
783+
784784
- echo "PR resource cleanup completed!"
785785

786786
full-test-cycle:
@@ -823,7 +823,7 @@ tasks:
823823
echo "Getting customer email for registry authentication..."
824824
CUSTOMER_EMAIL=$(replicated customer inspect --customer $(replicated customer ls --app "{{.APP_SLUG}}" --output json | jq -r '.[] | select(.name == "{{.NORMALIZED_CUSTOMER_NAME}}") | .id') --app "{{.APP_SLUG}}" | grep "EMAIL:" | awk '{print $2}')
825825
echo "Customer email: $CUSTOMER_EMAIL"
826-
826+
827827
# Authenticate with Replicated registry using customer email and license ID
828828
echo "Authenticating with Replicated registry..."
829829
echo "{{.REPLICATED_LICENSE_ID}}" | helm registry login registry.replicated.com --username "$CUSTOMER_EMAIL" --password-stdin
@@ -860,7 +860,7 @@ tasks:
860860
- task: cluster-ports-expose
861861
vars:
862862
CLUSTER_NAME: '{{.NORMALIZED_CLUSTER_NAME}}'
863-
- task: dependencies-update
863+
# - task: dependencies-update
864864

865865
# Setup customer and get license (use existing releases)
866866
- echo "Creating/finding customer {{.NORMALIZED_CUSTOMER_NAME}}..."

0 commit comments

Comments
 (0)