Skip to content

Commit 5761b83

Browse files
committed
revert staging endpoint for testing
1 parent 0aa4816 commit 5761b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
# test building and using pre-build containers.
13-
build_docker: ["true", ""]
13+
build_docker: ["true",""]
1414
env:
1515
TESTING: ${{ matrix.build_docker}}
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Molecule tests
1919
uses: ./
2020
with:
21-
repo_base_url: 'http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/testing-pre-releases/abhishu-debian13/infrastructure_agent'
21+
repo_base_url: 'https://download.newrelic.com/infrastructure_agent'
2222
package_name: 'newrelic-infra'
23-
package_version: '0.0.7'
23+
package_version: '1.69.0'
2424
gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
2525
platforms: "al2,al2023,centos7,centos8,debian-bullseye,debian-trixie,redhat8,redhat9,suse15.2,suse15.3,suse15.4,suse15.5,suse15.6,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"

0 commit comments

Comments
 (0)