mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'update-source' into 'master'
Updating source to funcy/functions_go See merge request !41
This commit is contained in:
@@ -135,7 +135,7 @@ func main() {
|
||||
branch := fmt.Sprintf("update-version-%s", version)
|
||||
|
||||
log.Printf("Cloning previous `%s` source...\n", language)
|
||||
exec.Command("git", "clone", fmt.Sprintf("git@gitlab-odx.oracle.com:odx/functions_%s.git", short), srcDir).Run()
|
||||
exec.Command("git", "clone", fmt.Sprintf("git@github.com:funcy/functions_%s.git", short), srcDir).Run()
|
||||
|
||||
// Skip language specific files
|
||||
for _, skip := range skipFiles {
|
||||
|
||||
Reference in New Issue
Block a user