Skip to content

Commit 5b0c46a

Browse files
committed
Merge remote-tracking branch 'aem-aws-stack-builder-internal-remote/main'
2 parents 9264db6 + 338b3ba commit 5b0c46a

File tree

92 files changed

+5446
-959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+5446
-959
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM shinesolutions/aem-platform-buildenv:3.2.0
1+
FROM shinesolutions/aem-platform-buildenv:4.0.1
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/shinesolutions/the-works-buildenv:1.9.0
1+
FROM ghcr.io/shinesolutions/the-works-buildenv:2.0.1
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh", "$GITHUB_TOKEN"]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
make clean deps lint package
33
echo "${GITHUB_TOKEN}" | gh auth login --with-token
4-
make publish
4+
chown -R root:root /github/workspace
5+
make publish
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/shinesolutions/the-works-buildenv:1.9.0
1+
FROM ghcr.io/shinesolutions/the-works-buildenv:2.0.1
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
git config --global user.email "shineworks@shinesolutions.com"
33
git config --global user.name "Shine Works"
4-
make release-major
4+
chown -R root:root /github/workspace
5+
make release-major
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/shinesolutions/the-works-buildenv:1.9.0
1+
FROM ghcr.io/shinesolutions/the-works-buildenv:2.0.1
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
git config --global user.email "shineworks@shinesolutions.com"
33
git config --global user.name "Shine Works"
4-
make release-minor
4+
chown -R root:root /github/workspace
5+
make release-minor
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/shinesolutions/the-works-buildenv:1.9.0
1+
FROM ghcr.io/shinesolutions/the-works-buildenv:2.0.1
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
git config --global user.email "shineworks@shinesolutions.com"
33
git config --global user.name "Shine Works"
4-
make release-patch
4+
chown -R root:root /github/workspace
5+
make release-patch

.rtk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"path": ".github/workflows/publish-workflow.yaml",
1616
"type": "yaml",
1717
"params": {
18-
"property": "jobs.build.steps.0.with.ref",
18+
"property": "jobs.build.steps[0].with.ref",
1919
"post_release_value": "main"
2020
}
2121
}

0 commit comments

Comments
 (0)