Skip to content

Commit

Permalink
dist branch add seahub/help/locale
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Mar 12, 2024
1 parent 8d6621c commit 4790ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dist_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set +x
function commit_dist_files() {
echo 'commit seahub'
git checkout -b dist-$GITHUB_BRANCH
git add -u . && git add -A media/assets && git add -A static/scripts && git add -A frontend && git add -A locale
git add -u . && git add -A media/assets && git add -A static/scripts && git add -A frontend && git add -A locale && git add -A seahub/help/locale && git add -A seahub/trusted_ip/locale
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions CI"
git commit -m "[dist][CI SKIP] GitHub Actions CI build: #$GITHUB_BUILD_NUMBER, based on commit $GITHUB_SHA." -m "$GITHUB_COMMIT_MESSAGE"
Expand Down

0 comments on commit 4790ba5

Please sign in to comment.