Skip to content

Commit f9c3406

Browse files
Jason PetersonGitHub Enterprise
authored andcommitted
update .gitignore to add cloned repo (#101)
1 parent e3a2bc6 commit f9c3406

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ vendor/
99
.openapi-generator/VERSION
1010
/.project
1111

12+
# API repo (pulled from Github)
13+
api
14+
1215
# credentials files
1316
*.env
1417

test-integration.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ set -e
1515
# - CE_PROJECT_ID: GUID of Code Engine project to target
1616
# - CE_PROJECT_REGION: region for API URL
1717
# - CE_ACCOUNT_ID: account id of the current user
18-
# - CE_TLS_KEY_FILE_PATH: path to TLS key file
19-
# - CE_TLS_CERT_FILE_PATH: path to TLS crt file
2018

2119
function get_repo {
2220
if [ ! -d "$apiDirectory" ]; then

0 commit comments

Comments
 (0)