Skip to content

Commit

Permalink
#406 pdd
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 10, 2023
1 parent 0317273 commit 7af865a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ install: |
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
sudo apt-get install -y netpbm texlive-fonts-recommended
sudo gem install pdd -v 0.20.5
pdd --source=$(pwd) --verbose --file=s3auth.xml
sudo gem install pdd
pdd --source=$(pwd) --verbose --file=/dev/null
assets:
secring.gpg: yegor256/home#assets/secring.gpg
id_rsa: yegor256/home#assets/heroku-key
Expand All @@ -18,7 +18,6 @@ merge:
script: |-
mvn help:system clean install --errors -Pqulice --settings ../settings.xml
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
deploy:
script: |-
build=$(git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion s3auth-rest/src/main/xsl/layout.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<xsl:text>. </xsl:text>
<xsl:text>See also terms of use, privacy policy and license agreement at </xsl:text>
<a href="https://github.com/yegor256/s3auth/blob/master/LICENSE.txt">
<a href="/license">
<xsl:text>LICENSE.txt</xsl:text>
</a>
<xsl:text>.</xsl:text>
Expand Down

0 comments on commit 7af865a

Please sign in to comment.