Skip to content

Commit

Permalink
community ci: disable signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jun 27, 2024
1 parent fb599f1 commit d1ea8e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cypress/compose.env.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ COMPOSE_BINARY=docker
DEV_SOURCE_PATH=galaxy_ng
DJANGO_SUPERUSER_PASSWORD=admin
DJANGO_SUPERUSER_USERNAME=admin
ENABLE_SIGNING=1
PULP_CSRF_TRUSTED_ORIGINS='["http://localhost:8002"]'
SETUP_TEST_DATA=0
UPDATE_UI=0
1 change: 1 addition & 0 deletions .github/workflows/cypress/compose.env.community
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
COMPOSE_PROFILE=galaxy_ng/base:galaxy_ng/community
ENABLE_SIGNING=0
1 change: 1 addition & 0 deletions .github/workflows/cypress/compose.env.standalone
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
COMPOSE_PROFILE=galaxy_ng/base
ENABLE_SIGNING=1
3 changes: 2 additions & 1 deletion test/cypress/e2e/community/compose.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PULP_GALAXY_ENABLE_UNAUTHENTICATED_COLLECTION_ACCESS='true'
PULP_GALAXY_ENABLE_UNAUTHENTICATED_COLLECTION_DOWNLOAD='true'
PULP_GALAXY_REQUIRE_CONTENT_APPROVAL='false'
PULP_GALAXY_FEATURE_FLAGS__ai_deny_index='true'
PULP_GALAXY_FEATURE_FLAGS__collection_signing='false'
PULP_GALAXY_FEATURE_FLAGS__display_repositories='false'
PULP_GALAXY_FEATURE_FLAGS__execution_environments='false'
PULP_GALAXY_FEATURE_FLAGS__legacy_roles='true'
PULP_GALAXY_REQUIRE_CONTENT_APPROVAL='false'

0 comments on commit d1ea8e9

Please sign in to comment.