[Build] Add checkout step to deploy job
authorWonyoung Choi <wy80.choi@samsung.com>
Tue, 7 Apr 2020 22:59:13 +0000 (07:59 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Tue, 7 Apr 2020 22:59:13 +0000 (07:59 +0900)
.circleci/config.yml

index af321a4..4c11c44 100644 (file)
@@ -63,6 +63,7 @@ jobs:
     environment:
       ART_URL: https://art.sec.samsung.net/artifactory
     steps:
+      - checkout
       - attach_workspace:
           at: .
       - run: curl -sL https://art.sec.samsung.net/artifactory/tools/CircleCI/scripts/set_proxy_setting.sh | sh