Skip to content

Commit b1b25bf

Browse files
committed
testing GH action - ignore
1 parent 8caa472 commit b1b25bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-and-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ jobs:
155155
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
156156
echo "[email protected]" >> $GITHUB_ENV
157157
- name: Push images
158-
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.17.0
158+
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@add-platform-build-support-variable
159159
env:
160160
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
161161
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
162+
PLATFORMS: "linux/amd64,linux/arm64"
162163
- name: Update ui version
163164
uses: SwissDataScienceCenter/renku-actions/[email protected]
164165
env:

client/src/dataset/DatasetError.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function DatasetError({ fetchError, insideProject, logged }) {
4646
);
4747
} else if (fetchError.message) {
4848
errorDetails = <p>Error details: {fetchError.message}</p>;
49+
console.log(fetchError.message);
4950
}
5051
const tip = logged ? (
5152
<p className="mb-0">

0 commit comments

Comments
 (0)