Skip to content

Commit

Permalink
chore: cleanup after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Oct 1, 2024
1 parent 039bea6 commit 4cc79c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/newcontents.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<<<<<<<< HEAD:.github/workflows/newcontents.yml
name: Docker build for new folder contents test version
on:
push:
branches: ['new-folder-contents']
========
name: Docker build for latest main version with newsletter add-on
on:
push:
branches: [main]
>>>>>>>> main:.github/workflows/withnewsletter.yml

jobs:
build_develop:
Expand All @@ -29,19 +22,11 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
<<<<<<<< HEAD:.github/workflows/newcontents.yml
file: ./dockerfiles/Dockerfile
tags: redturtletech/io-comune-base:contents
pull: true
push: true
cache-from: type=registry,ref=redturtletech/io-comune-base:contents
========
file: ./dockerfiles/Dockerfile.withnewsletter
tags: redturtletech/io-comune-base:withnewsletter
pull: true
push: true
cache-from: type=registry,ref=redturtletech/io-comune-base:withnewsletter
>>>>>>>> main:.github/workflows/withnewsletter.yml
cache-to: type=inline
build-args: |
ADDON_NAME=design-comuni-plone-theme
Expand All @@ -57,12 +42,7 @@ jobs:
cluster-id: ${{ secrets.RANCHER_CLUSTER_ID }}
project-id: ${{ secrets.RANCHER_PROJECT_ID }}
namespace: ${{ secrets.RANCHER_NAMESPACE_DEVELOP }}
<<<<<<<< HEAD:.github/workflows/newcontents.yml
workload: ${{ secrets.RANCHER_WORKLOAD_CONTENTS }}
image: redturtletech/io-comune-base:contents
========
workload: ${{ secrets.RANCHER_WORKLOAD_DEVELOP }}
image: redturtletech/io-comune-base:withnewsletter
>>>>>>>> main:.github/workflows/withnewsletter.yml
slack-hook-url: ${{ secrets.RANCHER_SLACK_HOOK_URL }}

20 changes: 0 additions & 20 deletions .github/workflows/withnewsletter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<<<<<<<< HEAD:.github/workflows/newcontents.yml
name: Docker build for new folder contents test version
on:
push:
branches: ['new-folder-contents']
========
name: Docker build for latest main version with newsletter add-on
on:
push:
branches: [main]
>>>>>>>> main:.github/workflows/withnewsletter.yml

jobs:
build_develop:
Expand All @@ -29,19 +22,11 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
<<<<<<<< HEAD:.github/workflows/newcontents.yml
file: ./dockerfiles/Dockerfile
tags: redturtletech/io-comune-base:contents
pull: true
push: true
cache-from: type=registry,ref=redturtletech/io-comune-base:contents
========
file: ./dockerfiles/Dockerfile.withnewsletter
tags: redturtletech/io-comune-base:withnewsletter
pull: true
push: true
cache-from: type=registry,ref=redturtletech/io-comune-base:withnewsletter
>>>>>>>> main:.github/workflows/withnewsletter.yml
cache-to: type=inline
build-args: |
ADDON_NAME=design-comuni-plone-theme
Expand All @@ -57,12 +42,7 @@ jobs:
cluster-id: ${{ secrets.RANCHER_CLUSTER_ID }}
project-id: ${{ secrets.RANCHER_PROJECT_ID }}
namespace: ${{ secrets.RANCHER_NAMESPACE_DEVELOP }}
<<<<<<<< HEAD:.github/workflows/newcontents.yml
workload: ${{ secrets.RANCHER_WORKLOAD_CONTENTS }}
image: redturtletech/io-comune-base:contents
========
workload: ${{ secrets.RANCHER_WORKLOAD_DEVELOP }}
image: redturtletech/io-comune-base:withnewsletter
>>>>>>>> main:.github/workflows/withnewsletter.yml
slack-hook-url: ${{ secrets.RANCHER_SLACK_HOOK_URL }}

1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@

### Novità

- Aggiunto campo per l'inserimento del titolo e della descrizione nel blocco Accordion.
- Aggiunti campi per l'inserimento del titolo e della descrizione nel blocco accordion

### Fix
Expand Down

0 comments on commit 4cc79c8

Please sign in to comment.