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