Skip to content

Commit

Permalink
revert: revert "ci: deploy Spanish course from external repo"
Browse files Browse the repository at this point in the history
This reverts commit 9d17172.
  • Loading branch information
kantord committed Aug 23, 2021
1 parent 9d17172 commit 726ed5f
Show file tree
Hide file tree
Showing 39 changed files with 17,327 additions and 16 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ apps/librelingo_tools/dist
report.*.*.json
/coverage/
apps/docs/build/
/courses/
3 changes: 1 addition & 2 deletions apps/web/cypress/integration/loginForm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Feature: Login form
And I introduce "baz" as "password"
Given my credentials are correct
When I click the "Log in" button
And I open "/course/test"
Then I read "Log out"
And I am on "/"
And I am on "/course/spanish-from-english/"
4 changes: 1 addition & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"cy:open": "cypress open",
"dev": "sapper dev --no-hot",
"build": "sapper build",
"export": "web installAllExternalCourses & sapper export",
"export": "sapper export",
"start": "node __sapper__/build",
"jest": "jest src",
"types": "sapper build && tsc && svelte-check --treshold error",
"installCourse": "./scripts/installExternalCourse.sh",
"installAllExternalCourses": "./scripts/installExternalCourses.sh",
"fetchPhotos": "./scripts/fetchPhotos.sh",
"fetchAudios": "./scripts/fetchAudios.sh",
"updateAllCourseData": "./scripts/updateAllCourseData.sh",
Expand Down
5 changes: 0 additions & 5 deletions apps/web/scripts/installExternalCourse.sh

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/scripts/installExternalCourses.sh

This file was deleted.

Loading

1 comment on commit 726ed5f

@vercel
Copy link

@vercel vercel bot commented on 726ed5f Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.