Skip to content

Commit

Permalink
Deploy : test
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Mar 19, 2024
1 parent 87a3410 commit e8748c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
git clone --branch authentication https://oauth2:[email protected]/s10-bigdata-recom-sub2/S10P22D204.git S10P22D204
mkdir -p S10P22D204/authentication
rsync -av --delete --exclude='.git/' --exclude='.github/' --exclude='Dockerfile' --exclude='docker-compose.yml' ./authentication/ S10P22D204/authentication/
rsync -av --delete --exclude='.git/' --exclude='.github/' --exclude='./Dockerfile' --exclude='./docker-compose.yml' ./authentication/ S10P22D204/authentication/
cd S10P22D204
git add authentication/
git_status=$(git status --porcelain)
Expand Down

0 comments on commit e8748c9

Please sign in to comment.