|
|
@ -260,18 +260,18 @@ jobs: |
|
|
|
- attach_workspace: |
|
|
|
- attach_workspace: |
|
|
|
at: . |
|
|
|
at: . |
|
|
|
- run: unzip ./persist/predeploy.zip |
|
|
|
- run: unzip ./persist/predeploy.zip |
|
|
|
- run: | |
|
|
|
|
|
|
|
- SHA=`git rev-parse --short --verify HEAD` |
|
|
|
- run: SHA=`git rev-parse --short --verify HEAD` |
|
|
|
- cd dist/apps/remix-ide |
|
|
|
- run: cd dist/apps/remix-ide |
|
|
|
- git init |
|
|
|
- run: git init |
|
|
|
- git checkout -b gh-pages |
|
|
|
- run: git checkout -b gh-pages |
|
|
|
- git config user.name "$COMMIT_AUTHOR" |
|
|
|
- run: git config user.name "$COMMIT_AUTHOR" |
|
|
|
- git config user.email "$COMMIT_AUTHOR_EMAIL" |
|
|
|
- run: git config user.email "$COMMIT_AUTHOR_EMAIL" |
|
|
|
- zip -r remix-$SHA.zip . |
|
|
|
- run: zip -r remix-$SHA.zip . |
|
|
|
- git add -f . |
|
|
|
- run: git add -f . |
|
|
|
- git commit -m "Built website from {$SHA}." |
|
|
|
- run: git commit -m "Built website from {$SHA}." |
|
|
|
- git status |
|
|
|
- run: git status |
|
|
|
- ls -la |
|
|
|
- run: ls -la |
|
|
|
|
|
|
|
|
|
|
|
workflows: |
|
|
|
workflows: |
|
|
|
run_flaky_tests: |
|
|
|
run_flaky_tests: |
|
|
|