Skip to content

Commit

Permalink
Merge 6636cff into 6e5cfb1
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 8, 2024
2 parents 6e5cfb1 + 6636cff commit bdc4978
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ WORKDIR /usr/src/app

# Install Screwdriver API
RUN npm install screwdriver-cd-api@$VERSION
WORKDIR /usr/src/app/node_modules/screwdriver-api
WORKDIR /usr/src/app/node_modules/screwdriver-cd-api

# Setup configuration folder
RUN ln -s /usr/src/app/node_modules/screwdriver-api/config /config
RUN ln -s /usr/src/app/node_modules/screwdriver-cd-api/config /config

# Expose the web service port
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Code licensed under the BSD 3-Clause license. See [LICENSE file](https://github.

[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/

[License badge]: https://img.shields.io/npm/l/screwdriver-api.svg?style=for-the-badge
[License badge]: https://img.shields.io/npm/l/screwdriver-cd-api.svg?style=for-the-badge

[NPM badge]: https://img.shields.io/npm/v/screwdriver-cd-api.svg&style=for-the-badge
[NPM URL]: https://npmjs.org/package/screwdriver-cd-api
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"bin": {
"screwdriver-api": "./bin/server"
"screwdriver-cd-api": "./bin/server"
},
"repository": {
"type": "git",
"url": "git@github.com:screwdriver-cd/screwdriver.git"
"url": "git@github.com:QubitPi/screwdriver-cd-screwdriver.git"
},
"engines": {
"node": ">=18.0.0"
Expand All @@ -44,8 +44,8 @@
"screwdriver-scm-gitlab"
]
},
"homepage": "http://screwdriver.cd",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"homepage": "https://qubitpi.github.io/screwdriver-cd-homepage/",
"bugs": "https://github.com/QubitPi/screwdriver-cd-screwdriver/issues",
"keywords": [
"screwdriver",
"yahoo",
Expand All @@ -65,7 +65,8 @@
"Reetika Rastogi <r3rastogi@gmail.com>",
"St. John Johnson <st.john.johnson@gmail.com",
"Tiffany Kyi <tiffanykyi@gmail.com>",
"Jithin Emmanuel <jithin1987@gmail.com>"
"Jithin Emmanuel <jithin1987@gmail.com>",
"Jiaqi Liu <jack20220723@gmail.com>"
],
"dependencies": {
"@hapi/bell": "^13.0.0",
Expand Down

0 comments on commit bdc4978

Please sign in to comment.