Skip to content

Commit

Permalink
(fleet) inject installtesting domain in QA scripts (#34337)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Feb 24, 2025
1 parent 11654de commit 526645b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/e2e_install_packages/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ qa_installer_script_main:
before_script:
- ls $OMNIBUS_PACKAGE_DIR
script:
- for file in $(find "$OMNIBUS_PACKAGE_DIR" -name "install*.sh"); do
sed -i '/^#!\/bin\/bash$/a export DD_INSTALLER_REGISTRY_URL_INSTALLER_PACKAGE=installtesting.datad0g.com' "$file";
done
- $S3_CP_CMD --recursive --exclude "*" --include "install*.sh" "$OMNIBUS_PACKAGE_DIR" "s3://${INSTALLER_TESTING_S3_BUCKET}/scripts/"

0 comments on commit 526645b

Please sign in to comment.