File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Update OpenAPI
1+ name : Generate OpenAPI
22on :
33 workflow_dispatch :
44 inputs :
1010run-name : Update OpenAPI specs (${{ inputs.uuid}})
1111
1212jobs :
13- update -openapi-api :
13+ generate -openapi-api :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout repo
3939 git config --global user.email "tech-comm-team@couchbase.com"
4040 git config --global user.name "Tech Comm Team Couchbase"
4141
42- git commit -a -m "Updated Operational API"
42+ git commit -a -m "Generated Operational API"
4343 git push --set-upstream origin $BRANCH-$DATE
4444
4545 echo $USER
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PATH_TO_SYNC_GATEWAY="${GIT_ROOT}/sync_gateway"
3131PATH_TO_BUNDLE=" ${GIT_ROOT} /modules/ROOT/assets/attachments"
3232PATH_TO_OVERLAY=" ${GIT_ROOT} /modules/ROOT/assets/overlays"
3333PATH_TO_TEMP=" ${GIT_ROOT} /modules/ROOT/assets/bld"
34- PATH_TO_STATIC=" ${GIT_ROOT} /modules/ROOT/pages/_partials/static_restapi "
34+ PATH_TO_STATIC=" ${GIT_ROOT} "
3535
3636# Create a bld directory to hold temporary files, if it doesn't already exist
3737[[ -d " ${PATH_TO_TEMP} " ]] || mkdir " ${PATH_TO_TEMP} "
You can’t perform that action at this time.
0 commit comments