Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9afb2ddb63 | |||
| 67a0ec7508 | |||
|
128a6f2a6c
|
|||
| 6fc12fac2f | |||
| 98e917a2fa | |||
| ce49c475dd | |||
| e20e89e0b2 |
@@ -6,15 +6,10 @@ include:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
|
||||||
|
|
||||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
|
||||||
- docker:${DOCKER_DIND_VERSION}
|
|
||||||
script:
|
script:
|
||||||
- unset BUILDTOOLS_CONTENT
|
- unset BUILDTOOLS_CONTENT
|
||||||
- build
|
- build
|
||||||
|
|||||||
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.0.12] - 2024-12-28
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to cb24453
|
||||||
|
- *(deps)* Update node.js to fd453a2
|
||||||
|
- *(deps)* Update node.js to v22.12.0
|
||||||
|
- *(deps)* Update node.js to 35a5dd7
|
||||||
|
- Remove unnecessary docker services and variables
|
||||||
|
- *(deps)* Update node.js to 0e910f4
|
||||||
|
|
||||||
## [0.0.11] - 2024-11-14
|
## [0.0.11] - 2024-11-14
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
|
FROM node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
|
||||||
|
|
||||||
ENV PATH=${PATH}:/root/.local/bin
|
ENV PATH=${PATH}:/root/.local/bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user