In the root of your project, add .gitlab-ci.yml
with the configuration below.
image: node:latest
stages:
#!/bin/bash | |
# Specify the folder path and the index.jsx file path | |
# TODO: replace static path with dynamic params | |
folder_path="[put_folder_path_here]" | |
index_file="[put_file_with_list_of_files_here]" | |
# Get the list of filenames in the folder without extensions | |
file_list=$(find "$folder_path" -type f -exec basename {} \; | sed 's/\.[^.]*$//') | |
Located in alphabetical order (not prefer)
C
ab
), also designed as a more modern replacement, written in C
golang
)