Skip to content

Commit fe19342

Browse files
committed
Merge remote-tracking branch 'aem-stack-manager-messenger-internal-remote/main'
2 parents 17d2fa2 + 97e4239 commit fe19342

23 files changed

Lines changed: 609 additions & 53 deletions
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.8.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.8.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.8.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.8.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)