Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

chore: deploy#114

Open
rakibansary wants to merge16 commits intomaster
base:master
Choose a base branch
Loading
fromfeat/challenge-extension
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
dd68b4d
feat: challenge phase extension
rakibansaryOct 31, 2022
96ba767
fix: remove project_phase
rakibansaryOct 31, 2022
8f229cb
chore: add logs
rakibansaryOct 31, 2022
e8143e4
fix: remove post-mortem phase
rakibansaryOct 31, 2022
9459e65
fix: post-mortem phase
rakibansaryOct 31, 2022
971bd67
feat: challenge extension
rakibansaryOct 31, 2022
1b6af48
fix: actual end time & actual start time
rakibansaryNov 1, 2022
510b5b9
fix: post-mortem phase
rakibansaryNov 23, 2022
a9b9dbf
feat: upgrade to node 16
rakibansaryNov 23, 2022
ed717cf
fix: syntax
rakibansaryNov 23, 2022
d5d8174
fix: back to using node 10x
rakibansaryNov 23, 2022
3eb3a1f
edit package-lock.json
rakibansaryNov 23, 2022
f07087e
update package-lock.json
rakibansaryNov 23, 2022
4d220ae
fix: sync package-lock with package.json
rakibansaryNov 28, 2022
3c9cc36
fix(circleci-build): increase no output timeout
rakibansaryNov 28, 2022
9c5e1f5
fix(circleci-build): build timeout
rakibansaryNov 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion.circleci/config.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,6 +18,8 @@ install_deploysuite: &install_deploysuite
restore_cache_settings_for_build: &restore_cache_settings_for_build
key: docker-node-modules-{{ checksum "package-lock.json" }}



save_cache_settings: &save_cache_settings
key: docker-node-modules-{{ checksum "package-lock.json" }}
paths:
Expand All@@ -29,7 +31,10 @@ builddeploy_steps: &builddeploy_steps
- run: *install_dependency
- run: *install_deploysuite
- restore_cache: *restore_cache_settings_for_build
- run: ./build.sh ${APPNAME}
- run:
name: 'Build ${APPNAME}'
command: ./build.sh ${APPNAME}
no_output_timeout: 35m
- save_cache: *save_cache_settings
- deploy:
name: Running MasterScript.
Expand DownExpand Up@@ -70,6 +75,7 @@ workflows:
branches:
only:
- develop
- feat/challenge-extension

# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
6 changes: 3 additions & 3 deletionsdocker/Dockerfile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak && \
RUN apt-get -qq update && \
apt-get -qq install -y wget gcc-6 g++-6 make xz-utils python2.7 git curl

RUN wget -q -O node10.tar.xz https://nodejs.org/dist/v10.15.1/node-v10.15.1-linux-x64.tar.xz \
RUN wget -q -O node10.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz \
&& tar xfJ node10.tar.xz && rm -rf node10.tar.xz

ENV SERVERNAME=$servername
Expand All@@ -32,7 +32,7 @@ ENV CLIENT_LOCALE=en_US.utf8
ENV DB_LOCALE=en_US.utf8
ENV DBDATE Y4MD-
ENV DBDELIMITER "|"
ENV PATH /home/informix/node-v10.15.1-linux-x64/bin:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${PATH}
ENV PATH /home/informix/node-v10.16.3-linux-x64/bin:${INFORMIXDIR}/bin:${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${PATH}
ENV LD_LIBRARY_PATH ${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:${INFORMIXDIR}/lib/cli
ENV INFORMIXSQLHOSTS /opt/ibm/informix/etc/sqlhosts.informixoltp_tcp
ENV USER root
Expand All@@ -44,6 +44,6 @@ RUN echo "sqlexec 2021/tcp" >> /etc/services
COPY . /app

WORKDIR /app
RUN rm -rf node_modules && npm install --unsafe-perm
RUN rm -rf node_modules && npm install --unsafe-perm && npm rebuild ifxnjs

ENTRYPOINT [ "npm", "start" ]
Loading

[8]ページ先頭

©2009-2025 Movatter.jp