diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 6af2a4e..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,22 +0,0 @@ -pipeline { - options { - timeout(time: 1, unit: 'HOURS') - } - agent { - label 'ubuntu-1804 && amd64 && docker' - } - stages { - stage('build and push') { - when { - branch 'master' - } - sh "docker build -t docker/getting-started ." - - steps { - withDockerRegistry([url: "", credentialsId: "dockerbuildbot-index.docker.io"]) { - sh("docker push docker/getting-started") - } - } - } - } -} diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index fb57ccd..0000000 --- a/yarn.lock +++ /dev/null @@ -1,4 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - -