diff --git a/.github/workflows/pull_request_integration_test .yml b/.github/workflows/pull_request_integration_test .yml index f3fb7214c..264e61af6 100644 --- a/.github/workflows/pull_request_integration_test .yml +++ b/.github/workflows/pull_request_integration_test .yml @@ -20,6 +20,6 @@ jobs: - name: npm install run: NODE_ENV=development npm ci - name: Build docker image - run: docker build -t one-app:at-test . + run: docker build -t one-app:at-test . --build-arg USER=root - name: Run Integration Tests run: ONE_DANGEROUSLY_SKIP_ONE_APP_IMAGE_BUILD=true npm run test:integration diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ebe90fc..e1bddbd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ --e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e # Changelog +-e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e -e # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [5.2.18](https://github.com/americanexpress/one-app/compare/v5.2.16...v5.2.18) (2020-09-01) + + ## [5.2.17](https://github.com/americanexpress/one-app/compare/v5.2.16...v5.2.17) (2020-08-27) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index 8038361d5..0caefb455 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "one-app-statics-tests", - "version": "5.2.17", + "version": "5.2.18", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 9279faa6b..c6b706233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "5.2.17", + "version": "5.2.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc71fbee9..e91011166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "5.2.17", + "version": "5.2.18", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {