Skip to content

Commit

Permalink
chore: weekly release CI user to omegat-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Feb 22, 2025
1 parent 4fb4f75 commit dd087e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines/publish_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
echo "Push OmegaT ${{ parameters.omegatVersion }} files to SourceForge file manager"
srcdir=$(system.defaultworkingdirectory)/build/distributions/
ls -l $srcdir/*
dest=sftp://$(SOURCEFORGE_FILE_USER)@frs.sourceforge.net
dest=sftp://$(SOURCEFORGE_CI_USER)@frs.sourceforge.net
destdir=/home/frs/project/omegat/Weekly
cmd="mkdir -p $destdir ; lcd $srcdir ; cd $destdir ; mirror -R -v ; bye"
env LFTP_PASSWORD=$(SOURCEFORGE_FILE_PASS) lftp -e "$cmd" --env-password $dest
env LFTP_PASSWORD=$(SOURCEFORGE_CI_PASS) lftp -e "$cmd" --env-password $dest

0 comments on commit dd087e7

Please sign in to comment.