Skip to content

Commit 63f5a3f

Browse files
committed
Merge remote-tracking branch 'packer-aem-internal-remote/main'
2 parents 3f7cb19 + 3324530 commit 63f5a3f

Some content is hidden

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

50 files changed

+656
-89
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.2
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 shinesolutions/aem-platform-buildenv:3.1.0
1+
FROM shinesolutions/aem-platform-buildenv:4.0.2
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.2
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.2
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.2
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
@@ -22,7 +22,7 @@
2222
"path": ".github/workflows/publish-workflow.yaml",
2323
"type": "yaml",
2424
"params": {
25-
"property": "jobs.build.steps.0.with.ref",
25+
"property": "jobs.build.steps[0].with.ref",
2626
"post_release_value": "main"
2727
}
2828
}

0 commit comments

Comments
 (0)