Skip to content

Commit

Permalink
Merge pull request #61 from Sudwest-Fryslan/main
Browse files Browse the repository at this point in the history
merge from main
  • Loading branch information
DelanoWAF authored Jul 6, 2023
2 parents ffc6b76 + 93c4d6a commit 887c2d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Here is a checklist for testing the CI/CD.
* Run the docker image using `docker run -p 8080:8080 wearefrank/webformulierenverwerker:3.2.1`. Check the name of the docker container you started using `docker ps -a`. Login to the docker container using `docker exec -it <container name> bash`. Check that `/opt/frank/resources/BuildInfo.property` and `/opt/frank/configurations/WebformulierenVerwerker/BuildInfo.properties` contain the right version and the right date.
* Check a breaking change like above. This should update the major version.
* Do a commit with \[skip ci\] in the commit message. It should not make a release and it should not push a docker image.
* Make a pull request. Check that no release is made and that no docker image is pushed.
* Make a pull request. Check that no release is made and that no docker image is pushed.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanInkNatuurlijkPersoon" />

<XsltPipe name="ConvertToConnectRequest" styleSheetName="xsl/Message2Connect.xsl">
<Param name="username" authAlias="corsa-soap.connect" pattern="{username}"/>
<Param name="password" authAlias="corsa-soap.connect" pattern="{password}"/>
Expand Down Expand Up @@ -365,6 +367,8 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanBijlage" />

<XsltPipe name="ConvertToConnectRequest" styleSheetName="xsl/Message2Connect.xsl">
<Param name="username" authAlias="corsa-soap.connect" pattern="{username}"/>
<Param name="password" authAlias="corsa-soap.connect" pattern="{password}"/>
Expand Down Expand Up @@ -594,6 +598,8 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanInkNatuurlijkPersoon" />

<XsltPipe name="ConvertToConnectRequest" styleSheetName="xsl/Message2Connect.xsl">
<Param name="username" authAlias="corsa-soap.connect" pattern="{username}"/>
<Param name="password" authAlias="corsa-soap.connect" pattern="{password}"/>
Expand Down

0 comments on commit 887c2d3

Please sign in to comment.