From 895815a2affbffc088f56d5372d127f9f8126ba9 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:34:25 +0000 Subject: [PATCH] Gotta git init... --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e5c16f5..ddd0922 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,4 +9,4 @@ pipelines: script: - apt-get update - apt-get -qq install git-ftp - - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive" \ No newline at end of file + - git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive" \ No newline at end of file