"mall-admin/src/main/vscode:/vscode.git/clone" did not exist on "2f7b30b1dff0b1a9f1acbd1f7a4073975ee92744"
Commit d5505b5a authored by Dave Machado's avatar Dave Machado
Browse files

Update directory movements for deployment testing

parent 3da6bb62
...@@ -21,10 +21,9 @@ git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.gi ...@@ -21,10 +21,9 @@ git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.gi
git fetch upstream git fetch upstream
git reset upstream/master git reset upstream/master
mv ../json/* mv ../../json .
touch .
git add -A . git add json/
git commit -m "rebuild JSON at ${rev}" git commit -m "rebuild JSON at ${rev}"
git push upstream HEAD:master git push upstream HEAD:master
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment